You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Rodney,
It will be nice to have the original event which triggered the context menu as part of the run-time options that are passed to callback function. I needed to know where the mouse of right clicked and I ended up doing this:-
position: function($menu, x, y) {
//cache my x, y
$.contextMenu.defaults.position($menu, x, y);
},
Thanks,
sagar
The text was updated successfully, but these errors were encountered:
Hi Rodney,
It will be nice to have the original event which triggered the context menu as part of the run-time options that are passed to callback function. I needed to know where the mouse of right clicked and I ended up doing this:-
position: function($menu, x, y) {
//cache my x, y
$.contextMenu.defaults.position($menu, x, y);
},
Thanks,
sagar
The text was updated successfully, but these errors were encountered: