Class Actions.Hide
Extends
Actions.Action.
Actions.Hide
Constructor Attributes | Constructor Name and Description |
---|---|
Actions.Hide(options)
Show or hide a lsit of fields.
|
Field Attributes | Field Name and Description |
---|---|
The names of the fields on which the action should operate
|
|
If true, hide the fields in fields, otherwise show them
|
- Fields borrowed from class Actions.Action:
- name
- Methods borrowed from class Actions.Action:
- onTriggered
Class Detail
Actions.Hide(options)
Show or hide a lsit of fields.
- Parameters:
- {?object} options
- A map of properties to set on the Action
Field Detail
{string[]}
fields
The names of the fields on which the action should operate
{boolean}
hide
If true, hide the fields in fields, otherwise show them