The function called when the user is trying to select an item from the input helper.
Name | Type | Description |
item | object | Defines the selected item:
|
window.Asc.plugin.inputHelper_onSelectItem = function(item) { if (!item) return; window.Asc.plugin.executeMethod("InputText", [item.text, window.Asc.plugin.currentText]); window.Asc.plugin.getInputHelper().unShow(); };