跳到主要内容

unShow

Hides an input helper.

Syntax

expression.unShow();

expression - A variable that represents a InputHelper class.

Parameters

This method doesn't have any parameters.

Returns

This method doesn't return any data.

Example

window.Asc.plugin.executeMethod ("SelectContentControl", [window.Asc.plugin.currentContentControl.InternalId], function() {
window.Asc.plugin.executeMethod("InputText", [item.text]);
window.Asc.plugin.getInputHelper().unShow();
});