hideAllMasters(withSelf: Boolean);
withSelf. If this parameter is set to True, the method also hides its own panels.
The hideAllMasters method hides all wizards.
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: