fires when the user hovers over any polygon opener by a mouse cursor for the first time
id | string|number id of the polygon opener |
myMenu.attachEvent("onTouch", function(id){
// your code here
});
This event is not applicable for a context menu.
Back to top