TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

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