TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

getInputHelper

getInputHelper() → { InputHelper }

Defines the method used to get the InputHelper object.

Parameters:

This method doesn't have any parameters.

Returns:

Type
InputHelper

Example

Copy code
window.Asc.plugin.init = function(text) {
    if (!window.isInit) {
        window.isInit = true;
        window.Asc.plugin.currentContentControl = null;
        window.Asc.plugin.createInputHelper();
        window.Asc.plugin.getInputHelper().createWindow();
    }
};