BUG 10699 Databases Source list no tiene search SOLVED
- Missing filter field in the list - Added filter field to the list
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dynaForm type="pagetable" menu="dbConnections/dbConnections_Options">
|
||||
<dynaForm type="pagetable" menu="dbConnections/dbConnections_Options" searchBy="DBS_DATABASE_NAME|CON_VALUE">
|
||||
|
||||
<DBS_UID type="private" showInTable="0"/>
|
||||
|
||||
@@ -31,5 +31,16 @@
|
||||
|
||||
<GET_UID type="link" colWidth="40" value="UID" link="#" onclick="msgBox('UID: '+@QDBS_UID, 'info');return false;"/>
|
||||
|
||||
<SEARCH type="button" onclick="pagedTableFilter(this.form);" showInTable="0">
|
||||
<en>Apply Filter</en>
|
||||
</SEARCH>
|
||||
|
||||
<PAGED_TABLE_ID type="private" showInTable="0"/>
|
||||
|
||||
<JSFILTER type="javascript" replaceTags="1" showInTable="0">
|
||||
function pagedTableFilter(form) {
|
||||
@#PAGED_TABLE_ID.doFilter(form);
|
||||
}
|
||||
</JSFILTER>
|
||||
|
||||
</dynaForm>
|
||||
|
||||
@@ -7,4 +7,11 @@
|
||||
<en>New</en>
|
||||
</MNU_ADD>
|
||||
|
||||
<PAGED_TABLE_ID type="private"/>
|
||||
<PAGED_TABLE_FAST_SEARCH type="FastSearch" label="@G::LoadTranslation(ID_SEARCH)"/>
|
||||
<SEARCH_FILTER_FORM type="private"/>
|
||||
<js type="javascript" replaceTags="1"><![CDATA[
|
||||
var currentPagedTable = @#PAGED_TABLE_ID;
|
||||
]]></js>
|
||||
|
||||
</dynaForm>
|
||||
@@ -6,6 +6,8 @@
|
||||
</MNU_ADD>
|
||||
|
||||
<PAGED_TABLE_ID type="private"/>
|
||||
<PAGED_TABLE_FAST_SEARCH type="FastSearch" label="@G::LoadTranslation(ID_SEARCH)"/>
|
||||
|
||||
<PRO_UID type="private"/>
|
||||
|
||||
<dynaformsEdit type="private" defaultValue="../dynaforms/dynaforms_Edit"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dynaForm menu="dynaforms/dynaforms_Options" width="100%" rowsPerPage="12">
|
||||
<dynaForm menu="dynaforms/dynaforms_Options" width="100%" rowsPerPage="12" searchBy="C1.CON_VALUE">
|
||||
|
||||
<DYN_UID type="hidden" showInTable="0"/>
|
||||
<PRO_UID type="hidden" showInTable="1"/>
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<en>New</en>
|
||||
</MNU_ADD>
|
||||
<PAGED_TABLE_ID type="private"/>
|
||||
<PAGED_TABLE_FAST_SEARCH type="FastSearch" label="@G::LoadTranslation(ID_SEARCH)"/>
|
||||
|
||||
<PRO_UID type="private"/>
|
||||
<inputdocsEdit type="private" defaultValue="../inputdocs/inputdocs_Edit"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dynaForm sqlConnection="" menu="inputdocs/inputdocs_Options" width="100%" rowsPerPage="10">
|
||||
<dynaForm sqlConnection="" menu="inputdocs/inputdocs_Options" width="100%" rowsPerPage="10" searchBy="INP_DOC_TITLE">
|
||||
|
||||
<INP_DOC_UID type="hidden" showInTable="0"/>
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<en>New</en>
|
||||
</MNU_ADD>
|
||||
<PAGED_TABLE_ID type="private"/>
|
||||
<PAGED_TABLE_FAST_SEARCH type="FastSearch" label="@G::LoadTranslation(ID_SEARCH)"/>
|
||||
|
||||
<PRO_UID type="private"/><![CDATA[>
|
||||
]]><outputdocs_New type="private" defaultValue="../outputdocs/outputdocs_New"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dynaForm menu="outputdocs/outputdocs_Options" rowsPerPage="10">
|
||||
<dynaForm menu="outputdocs/outputdocs_Options" rowsPerPage="10" searchBy="OUT_DOC_TITLE">
|
||||
|
||||
<OUT_DOC_UID type="hidden" showInTable="0"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user