Get Started
Plugins
Macros
More information
|
window.Asc.plugin.executeMethod("EndAction", [args], callback)Description
Defines the method that allows specifying the end action for long operations. Usage
This method should be used in the following way: window.Asc.plugin.executeMethod("EndAction", [type, description]); Where:
Returns
The method returns the undefined value. Example
window.Asc.plugin.executeMethod("EndAction", [1, "Save to localstorage..."]); |