Ribbon.addCategory

Syntax

addCategory (value: PP.Ui.RibbonCategory, beforeCategory: PP.Ui.RibbonCategory || Number);

Parameters

value. Tab, an instance of PP.Ui.RibbonCategory.

beforeCategory. Tab or tab index, before which a new tab is added.

Description

The addCategory method adds a tab to the application ribbon.

Example

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

See also:

Ribbon