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