unShow
Hides an input helper.
Parameters:
This method doesn't have any parameters.
Returns:
-
This method doesn't return any data.
Example
Copy code
window.Asc.plugin.executeMethod ("SelectContentControl", [window.Asc.plugin.currentContentControl.InternalId], function() {
window.Asc.plugin.executeMethod("InputText", [item.text]);
window.Asc.plugin.getInputHelper().unShow();
});