Ribbon.removeQuickAccessControlById

Syntax

removeQuickAccessControlById (value);

Parameters

value. ID of the button to be removed.

Description

The removeQuickAccessControlById method removes button from the quick access panel by its ID.

Comments

The ID is defined in the JSON object that contains button settings.

The quick access toolbar is located at the right of the application button.

To add controls on the quick access toolbar, use the addCategory method.

Example

Example of using the method is similar to the example given in the description of the removeQuickAccessControl method.

See also:

Ribbon