window.Asc.plugin.executeMethod ("SelectContentControl", [args], callback)
Defines the method that allows selecting the specified content control.
This method should be used in the following way:
window.Asc.plugin.executeMethod ("SelectContentControl", [InternalId]);
Parameter |
Description |
Type |
Example |
InternalId |
A unique internal identifier of the content control. |
string |
"5_665" |
The method returns the undefined value.
window.Asc.plugin.executeMethod ("SelectContentControl", ["5_665"]);