Added onChange event listener to Project Gantt and WBS bandbox
FEA: ItEr77S15FilteringEnhancements
This commit is contained in:
parent
bd86dfd183
commit
5550f4926d
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
onChange="treeController.onApplyFilter()" />
|
||||
<label value="${i18n:_('with')}"/>
|
||||
<bandboxMultipleSearch id="bdFiltersOrderElement" widthBandbox="260px" widthListbox="550px"
|
||||
finder="orderElementsMultipleFiltersFinder" />
|
||||
finder="orderElementsMultipleFiltersFinder" onChange="treeController.onApplyFilter()" />
|
||||
<button id="optionsButton" label="${i18n:_('options')}" dir="reverse"
|
||||
image="/common/img/ico_dropdown.png" style="margin-top: -2px"
|
||||
tooltiptext="${i18n:_('Set Filter Options')}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue