jQuery UI Widgets › Forums › Scheduler › Context-Menu on Left-Click
Tagged: javascript scheduler, jquery scheduler, jqwidgets scheduler, scheduler
This topic contains 1 reply, has 2 voices, and was last updated by Hristo 7 years, 6 months ago.
Hi,
is it possible to open the Context-Menu on Left-Click?
Or if not, how can I get the mouse position on ‘cellclick’? There seems not originalEvent or the usual clientX/clientY.
Kind regards, Witold
Hello Witold,
Unfortunately, it is not possible. You could bind to click event on the Scheduler ($("#scheduler").click((e) => {});) and to get the real coordinates. Thank you for your understanding.
click
$("#scheduler").click((e) => {});
Best Regards, Hristo Hristov
jQWidgets team http://www.jqwidgets.com
You must be logged in to reply to this topic.