Get Started
Documentation
Macros
More information
|
window.Asc.plugin.button(id)Description
Defines the buttons used with the plugin and the plugin behavior when they are clicked. This method is called when any of the plugin buttons is clicked. Parameters
Example
window.Asc.plugin.button = function (id) { this.executeCommand("close", ''); }; |
||||||
© Ascensio System SIA 2021. All rights reserved
|