event and context menu
2006/07/07 12:29
Viewed 2636 times
Replies: 1/1

hello, is there any way to capture the event object (to obtain the x and y qhere the user clicked) when they clik on a menuitem in th dynarch context menu? is there any way to disabe context-menus dinamically, this is, that when i right-click on a div with a var set to true the dynarch context menu appears but when it is set to false the default browser context menu appears?
Thank you.

Re: event and context menu
2006/07/07 12:33
Viewed 4041 times
Replies: 0/0

There is an onPopup event that the menu triggers, and calls your handler with some arguments that you can use to determine the clicked element. However, at this time it seems you can't use this event to cancel the display of the popup...

I'll have this in mind for the next version.

last
Google