-
Is there a possibility to trigger the dateClick or eventClick functions with a right button click of the mouse? In my case I would like to have the possibility to add events when the left mouse button is clicked and if the right button is clicked I want to create a link from the week/day view to the corresponding event in the list view (scrolled to the correct date/time in the list view). I have tried to simulate a left click when a right click is happening but the functions don't trigger with this approach. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Unfortunately right click is not yet implemented. But I think you might get some benefit from dateFromPoint function, which allows you to determine the time coordinates for any point inside the calendar inside your own click handler. |
Beta Was this translation helpful? Give feedback.
Unfortunately right click is not yet implemented. But I think you might get some benefit from dateFromPoint function, which allows you to determine the time coordinates for any point inside the calendar inside your own click handler.