UnShowInputHelper

UnShowInputHelper(guid, isclear)

Unshows the input helper.

Parameters:

Name Type Description
guid string

A string value which specifies a plugin identifier which must be of the asc.{UUID} type.

isclear string

Defines if the input context will be cleared (true) or not (false).

Returns:

This method doesn't return any data.

Example

Copy code
window.Asc.plugin.executeMethod ("UnShowInputHelper", ["asc.{UUID}", true]);