EaxPropertyBar.hideAllMasters

Syntax

hideAllMasters(withSelf: Boolean);

Parameters

withSelf. If this parameter is set to True, the method also hides its own panels.

Description

The hideAllMasters method hides all wizards.

Example

Executing the example requires that the HTML page contains the EaxPropertyBar component named eaxPropBar (see Example of EaxPropertyBar and EaxGrid Components Collocation). Then hide all wizards, including method panels:

// Hide all panels of the wizard including is own panels
eaxPropBar.hideAllMasters(True);

After executing the example all wizards and all own panels are hidden.

See also:

EaxPropertyBar