DHTMLX Docs & Samples Explorer

checkEvent(name)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxlayout.js

returns true if the event exists

  • name - event's name
    var isEventExists = dhxLayout.checkEvent("onExpand"); // returns true/false