Hidden Data
Description
Hides its contents when the page is being viewed, but allows it to be modified when editing.
Parameters
Name | Required | Available In | Migratable to Cloud? | Default Value | Description |
---|---|---|---|---|---|
whenEmpty | Optional | Server, Data Center | No | If present, will check if the named field is empty. If so, the contents will be hidden. | |
whenNotEmpty | Optional | Server, Data Center | No | If present, will check if the named field is not empty. If so, the contents will be hidden. | |
whenNoRows | Optional | Server, Data Center | No | If present, will check if the named table or repeating section has no rows. If so, the contents will be hidden. | |
whenHasRows | Optional | Server, Data Center | No | If present, will check if the named table or repeating section has rows. If so, the contents will be hidden. |
Editor View
Tutorial Examples