RibbonCategory.addPanel

Syntax

addPanel (value: PP.Ui.RibbonPanel, beforePanel: PP.Ui.RibbonPanel);

Parameters

value. Panel to be added, an instance of the RibbonPanel class.

beforePanel. Panel, before which it must be added, an instance of the RibbonPanel class.

Description

The addPanel method adds a panel to the tab.

Example

The example of method use is given on the Example of Creating the Ribbon Component page.

See also:

RibbonCategory