jQuery UI Widgets Forums Scheduler Context-Menu on Left-Click

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 7 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Context-Menu on Left-Click #92055

    74bit
    Participant

    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

    Context-Menu on Left-Click #92075

    Hristo
    Participant

    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.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.