Defines the method to add an event listener, a function that will be called whenever the specified event is clicked in the context menu.
Name | Type | Description |
id | string | The event name. |
action | function | The event listener. |
window.Asc.plugin.attachContextMenuClickEvent("onClickItem1Sub1", function(){ window.Asc.plugin.executeMethod("InputText", ["clicked: onClickItem1Sub1"]); });