Get Started
Documentation
Macros
More information
|
window.Asc.plugin.executeMethod("AddContentControl", [args], callback)Description
Defines the method that allows adding an empty content control to the document. Usage
This method should be used in the following way: window.Asc.plugin.executeMethod("AddContentControl", [wrap, obj]); Where:
{ "Id" : 0, "Lock" : 0, "Tag" : "{tag}" } The obj object can have the following values:
Returns
The method returns a JSON object containing the data about the created content control in the following form (JSON): { "Tag": "{tag}", "Id": 0, "Lock": 0, "InternalId": "1_713" } |
|||||||||||||||
© Ascensio System SIA 2021. All rights reserved
|