Ribbon.addQuickAccessControl

Syntax

addQuickAccessControl (value);

Parameters

value. Button, an instance of the PP.Ui.RibbonButton class, that is to be added to the Quick Access Toolbar.

Description

The addQuickAccessControl method adds a button to the quick access panel.

Comments

The quick access panel is positioned at the right of the application button.

Example

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

See also:

Ribbon