toolbar.overflowCloseFunction

Fires when the overflow popup container is about to close. Toolbar Events.

Example

<div id="imageEditor"></div>
<script>
$("#imageEditor").kendoImageEditor({
    toolbar: {
        overflowClose: function(e) {
            console.log("Overflow popup is closing");
        }
    }
});
</script>
In this article
toolbar.overflowClose
Not finding the help you need?
Contact Support