window.Asc.plugin.executeMethod ("UnShowInputHelper", [args], callback)
Defines the method that allows unshowing the input helper.
This method should be used in the following way:
window.Asc.plugin.executeMethod ("UnShowInputHelper", [guid, isclear]);
Parameter |
Description |
Type |
Example |
guid |
A string value which specifies a plugin identifier which must be of the asc.{UUID} type. |
string |
"asc.{UUID}" |
isclear |
Defines if the input context will be cleared (true) or not (false). |
boolean |
true |
The method returns the undefined value.
window.Asc.plugin.executeMethod("UnShowInputHelper", ["asc.{UUID}", true]);