onInputHelperClear

onInputHelperClear

The function called when the user is trying to clear the text and the input helper disappears.

Parameters:

This event doesn't have any parameters.

Example

Copy code
window.Asc.plugin.event_onInputHelperClear = function() {
    window.Asc.plugin.currentText = "";
    window.Asc.plugin.getInputHelper().unShow();
};