Define fields of the search dialog

Build 1501 on 14/Nov/2017  This topic last edited on: 6/Sep/2016, at 13:33

After you located the configuration of the given search dialog, look at the series of the <attribute path="..." sections.

There's one section for each field displayed. The below definitions correspond to the Article Search dialog box below.

searchfields2

searchdlg_articlessearch

To define fields of the search dialog

Add an <attribute section, as specified below in example.

To remove fields from the search dialog

Remove the entire <attribute section, related to that field.

Reorder fields in the search dialog

Fields are displayed in the same order in which they are defined.

To move a field elsewhere, select the entire <attribute section, related to that field, and paste it on the new position

Change label positions in the search dialog

If you prefer labels on the side, aligned vertically with the fields, use labelPosition="Side".

Enable options on the field in the search dialog

Remove the statement opMode="Hidden".

hmtoggle_plus1Example