Files
luos/workflow/engine/xmlform/appFolder/appFolderDocsListOptions.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

30 lines
1.2 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<dynaForm type="xmlmenu">
<PRO_UID type="private"/>
<DOC_UID type="private"/>
<folderID type="private"/>
<labelFolderAddFolder type="private"/>
<labelFolderAddFile type="private"/>
<upload_New type="private" defaultValue="javascript:uploadExternalDocument(&#039;@#folderID&#039;);"/>
<folder_New type="private" defaultValue="javascript:newFolder(&#039;@#folderID&#039;);"/>
<PAGED_TABLE_ID type="private"/>
<MNU_NEW type="link" label="@#labelFolderAddFolder" value="" link="@G::encryptLink(@#folder_New)" colAlign="left" colWidth="85">
<en>@#labelFolderAddFolder</en></MNU_NEW>
<MNU_NEW1 type="link" label="@#labelFolderAddFile" value="" link="@G::encryptLink(@#upload_New)" colAlign="left" colWidth="85">
<en>@#labelFolderAddFile</en></MNU_NEW1>
<PAGED_TABLE_FAST_SEARCH type="FastSearch" label=""/>
<MNU_FAST_SEARCH type="button" label="@G::LoadTranslation(ID_SEARCH)" colAlign="right" colWidth="50" onclick="getPMFolderSearchResult(getField(&#039;PAGED_TABLE_FAST_SEARCH&#039;,this.form).value,&#039;ALL&#039;);"/>
<PAGED_TABLE_ID type="private"/>
<JS type="javascript">
getField('PAGED_TABLE_FAST_SEARCH').value = '';
</JS>
</dynaForm>