window.Asc.plugin.createInputHelper ()
Defines the method used to create an input helper - a window that appears and disappears when you type text.
Its location is tied to the cursor.
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();
}
};