Attached onChange listener to orderfilter multipleBandboxSearch

FEA: ItEr77S15FilteringEnhancements
This commit is contained in:
Lorenzo Tilve Álvaro 2013-01-31 20:08:16 +01:00
parent 82d78afec4
commit 0971a2de67

View file

@ -23,7 +23,7 @@
<label value=" ${i18n:_('Filter')}"
tooltiptext="${i18n:_('Select required criteria set and press filter button')}"/>
<bandboxMultipleSearch id="bdFilters" widthBandbox="260px" widthListbox="550px"
finder="ordersMultipleFiltersFinder"/>
finder="ordersMultipleFiltersFinder" onChange="orderFilterController.onApplyFilter()" />
<label value="${i18n:_('from')}"/>
<datebox id="filterStartDate" constraint = "@{orderFilterController.checkConstraintStartDate}"
onChange="orderFilterController.onApplyFilter()"/>