Files
luos/workflow/engine/xmlform/gulliver/pagedTable_Options.xml
Alvaro Campos 7c9c731e58 BUG 8759 Last used search string in all search boxes SOLVED
- Last used search string in all search boxes is always kept for new searches along with results, should be cleared for new search
- fixed this problem, cleaning the above search boxes.
2012-04-12 18:59:24 -04:00

12 lines
485 B
XML
Executable File

<?xml version="1.0"?>
<dynaForm type="xmlmenu">
<PAGED_TABLE_ID type="private"/>
<PAGED_TABLE_FAST_SEARCH type="FastSearch" label="@G::LoadTranslation(ID_SEARCH)"/>
<!--<MNU_SEARCH type="link" value='' link="#" onclick="showHideSearch('@#SEARCH_FILTER_FORM',this); return false;" colAlign="right" colWidth="130">
<en>Advanced Search</en>
</MNU_SEARCH>-->
<SEARCH_FILTER_FORM type="private"/>
<JS type="javascript">
getField('PAGED_TABLE_FAST_SEARCH').value = '';
</JS>
</dynaForm>