REMOVE 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.
Deleting / Removing of entries (FS_CATALOG and FS_INDEX)
The input components
offer the function
- : Deleting entries (FS_CATALOG) or
- : Removing entries (FS_INDEX)
to the editor by default.
For deactivating this function, rules are used, namely using the property REMOVE.
Example:
<RULES>
<RULE when="ONLOCK">
<WITH>
<FALSE/>
</WITH>
<DO>
<PROPERTY name="REMOVE" source="fs_index"/>
</DO>
</RULE>
</RULES>
In this example, deleting/removing entries from the input component is prevented. The respective icon is inactive.