EDIT property
Influencing the "Edit" option (FS_CATALOG and FS_INDEX)
The input components
offer the function
- : Editing entries
to the editor by default.
For deactivating this function, rules are used, namely using the property EDIT – in contrast to most other input components in which de-/activating functions takes place using the form tab (“GOM”).
Example:
<RULES>
<RULE when="ONLOCK">
<WITH>
<FALSE/>
</WITH>
<DO>
<PROPERTY name="EDIT" source="fs_index"/>
</DO>
</RULE>
</RULES>
In this example, editing entries is prevented. The respective icon is inactive.