Check documentation for the latest version of dhtmlxSuite onHide DHTMLX Docs

onHide

fires when the user moves the mouse cursor out of the menu polygon

void onHide(string|number id);
idstring|numberid of the polygon opener

Example

myMenu.attachEvent("onHide", function(id){
    // your code here
});

Back to top