Hide Element
Purpose
Sets the Hidden boolean property. A hidden element and its children will not be shown.
Example
hide-element --elementName button1 --hidden boolean
Command Syntax
| Parameter | Format | Requirement | Usage |
|---|---|---|---|
--elementName | String | Mandatory | The element name. |
--hide | Boolean | Mandatory | true or false |
tip
This element setting can be amended dynamically, but it must exist first. Hiding buttons allows a single template to be used for both 'back' and 'forward' options on screen, when in some cases you will only want to show one.