Skip to main content

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

ParameterFormatRequirementUsage
--elementNameStringMandatoryThe element name.
--hideBooleanMandatorytrue 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.