ke Technical Documentation
Monday, February 28, 2011 Show/Remove if none
The show/remove if none keywords are used to show or hide content based on the existance of the value of a field etc.
Available keywords:
- |START_REMOVE_IF_NONE_field_name|
- |END_REMOVE_IF_NONE_field_name|
- |START_SHOW_IF_NONE_field_name|
- |END_SHOW_IF_NONE_field_name|
Example:
|START_REMOVE_IF_NONE_TG_FIELD|
(hides the content found between these tags if TG_FIELD has the value "<none>" or blank)
|END_REMOVE_IF_NONE_TG_FIELD|
|START_SHOW_IF_NONE_TG_FIELD|
(shows the content found between these tags if TG_FIELD has the value "<none>" or blank)
|END_SHOW_IF_NONE_TG_FIELD|