Check documentation for the latest version of dhtmlxSuite onShow DHTMLX Docs

onShow

fires when the user hovers over any polygon opener by a mouse cursor

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

Example

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

Back to top