When I double click a time on the calendar to make an entry a small, condensed form appears. I have to first save the form and then click the Lightbox icon to get the full Lightbox window to appear.
How can I configure scheduler to just bring up the full lightbox window on a double-click event?
You need to set details_on_dblclick to true and if you want to hide the selection menu, set “scheduler.xy.menu_width = 0”.
Demo: docs.dhtmlx.com/scheduler/snippet/a4a5b0c3
But the demo does not function exactly as I would like or what I would like to achieve.
In the demo, I need to double-click twice. Once to bring up the small “event” entry box and then a second time to bring up Lightbox.
What I want to do is simply go straight to Lightbox. Preferably on a single click, but I’ll settle with a double-click if there is no other way to get there.
Is it possible to go right into Lightbox with this plugin?