Get Started
Documentation
Macros
More information
|
window.Asc.plugin.executeMethod("RemoveContentControls", [args], callback)Description
Defines the method that allows removing several content controls. Usage
This method should be used in the following way: window.Asc.plugin.executeMethod("RemoveContentControls", [obj]); Where obj is a JSON array of the following form: [ { "InternalId": "id" }, { "InternalId": "id2" }, ... ] Returns
The method returns the undefined value. |
© Ascensio System SIA 2021. All rights reserved
|