Master.addMasterPanel

Syntax

addMasterPanel(mPanelItem, beforeItem);

Parameters

mPanelItem. Master panel to be added.

beforeItem. Item before which the panel is added.

Description

The addMasterPanel method adds a wizard panel

Comments

Master panel is rendered using the NavigationItem.

Example

The example of method use is given in description of the Master.removePanelsByGroup method.

See also:

Master