AUTOHIDE attribute
The AUTOHIDE
attribute hides automatically the form element when the
related action gets inactive.
Syntax
AUTOHIDE
Usage
Toolbar items and Topmenu command elements can be defined with the AUTOHIDE
attribute. If this attribute is used, the element gets automatically hidden, when the corresponding
action is disabled.
Secondary Toolbar and Topmenu elements such as separators and groups will also be automatically
hidden, if all related elements get hidden because of the AUTOHIDE
attribute.
When hiding an autohide-element by program with ui.Form.setElementHidden()
, the
element will remain hidden, even if the corresponding action is enabled.