TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

onToolbarMenuClick

onToolbarMenuClick

The function called when the toolbar menu item has been clicked.

Parameters:

Name Type Description
id string

Item ID.

Example

Copy code
window.Asc.plugin.event_onToolbarMenuClick = function(id)
{
    this._onCustomMenuClick("toolbarMenuEvents", id);
};