Adding onOK listener to resources filtering

FEA: ItEr60S16AdaptacionsPantallasNavalPlan
This commit is contained in:
Lorenzo Tilve 2010-09-02 13:03:30 +02:00
parent c2feb4e703
commit 8a63145e3f

View file

@ -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>