Check documentation for the latest version of dhtmlxSuite onTouch DHTMLX Docs

onTouch

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

void onTouch(id);
idstring|number id of the polygon opener

Example

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

Details

This event is not applicable for a context menu.

Back to top