ADD property
In contrast to most other input components in which de-/activating functions takes place using the “GOM” definition on the form tab, rule are used for this for FS_CATALOG and FS_INDEX.
Adding / selecting entries (FS_INDEX)
The input component
offers the function
- : Adding / selecting entries
to the editor by default.
For deactivating this function, rules are used, namely using the property ADD.
Example:
<RULES>
<RULE when="ONLOCK">
<WITH>
<FALSE/>
</WITH>
<DO>
<PROPERTY name="ADD" source="fs_index"/>
</DO>
</RULE>
</RULES>
In this example, adding entries is prevented. The respective icon is inactive.