fires after the moment when a context menu appears by the right mouse click
zoneId | string|number | id of the context menu zone |
ev | Event | native window event object |
myMenu.attachEvent("onAfterContextMenu", function(zoneId, ev){
// your code here
});
Back to top