Hi
When i do double click, i can insert new record, right? So, depending the mouse position the hour time will be not precise, but in my case, if i do double click i need precise time, like this:
So how can do this?
Thanks
Hi
When i do double click, i can insert new record, right? So, depending the mouse position the hour time will be not precise, but in my case, if i do double click i need precise time, like this:
So how can do this?
Thanks
i´ve found:
scheduler.config.time_step = 60
Yep, also there is onEventCreated from which you can modify event during its creation ( third parameter of event - html event, which can be converted to the date with help of getActionData API )