Start page / Template development / Rules / Form properties <PROPERTY/> / Property REMOVE

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

  • icon_remove_green: 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.

© 2005 - 2024 Crownpeak Technology GmbH | All rights reserved. | FirstSpirit 2024.5 | Data privacy