Adding onOK listener to resources filtering
FEA: ItEr60S16AdaptacionsPantallasNavalPlan
This commit is contained in:
parent
c2feb4e703
commit
8a63145e3f
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
<!-- Personal details -->
|
||||
<label value="${i18n:_('Personal details')}"/>
|
||||
<textbox id="txtfilter" width="200px"/>
|
||||
<textbox id="txtfilter" width="200px" onOK="controller.onApplyFilter()"/>
|
||||
|
||||
<!-- Limiting resource -->
|
||||
<label value="${i18n:_('Limiting resource')}"/>
|
||||
|
|
@ -43,6 +43,6 @@
|
|||
<datebox id="filterFinishDate" constraint = "@{controller.checkConstraintFinishDate}"/>
|
||||
|
||||
<button label="${i18n:_('Filter')}" style="margin-top: -4px"
|
||||
tooltiptext="${i18n:_('Apply filtering to machines satisfying required criteria')}"
|
||||
tooltiptext="${i18n:_('Apply filtering to resources satisfying required criteria')}"
|
||||
onClick="controller.onApplyFilter()"/>
|
||||
</hbox>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue