getInputHelper
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();
}
};