unShow

unShow()

Скрывает помощника ввода.

Параметры:
Этот метод не имеет параметров.
Возвращает:
Этот метод не возвращает данных.

Пример:

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