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);
};