window.Asc.plugin.executeMethod ("RemoveComments", [args], callback)
Defines the method that allows removing the specified comments.
This method should be used in the following way:
window.Asc.plugin.executeMethod ("RemoveComments", [arrIds]);
Parameter |
Description |
Type |
Example |
arrIds |
An array which contains the IDs of the specified comments. |
array of strings |
|
The method returns the undefined value.
window.Asc.plugin.executeMethod ("RemoveComments", [["ID1", "ID2"]]);