Hi,
I need to show a custom context menu (not the one that comes with the scheduler or calendar) when an event is (right)clicked. However that seems to be impossible since the javascript event object isn't being passed to the handler method that's called in my javascript; only the calendar event (or appointment to distinguish from the java script event more clearly) ends up as an argument there. And, since firefox (and possibly other browsers) doesn't support window.event, there's no way for me to determine the position of the mouse and/or suppress the browser's default context menu.
Can you please send along the js event object into the javascript method used to handle the event?
Thanks,
Rick