Event double click
7 years ago.
I'd like to show the Edit Modal form (quite complex form with lots of details) when I either double click on my event or using the right click menu item.
I see several options for this property
https://api.daypilot.org/daypilot-scheduler-eventdoubleclickhandling/
Should I use "Edit"? In my right click context menu I added (no code yet):
items: [
{
text: Resource.getLabel("bookingDetails"),
onclick() { self.getBookingDetails(this.source); }
},
So, how can I use the same procedure for both right click and double click and which option should I chose?
Thanks in advance.
DayPilot