Our pure JavaScript Scheduler component


Post by cchidiac@itec.com.lb »

Hello,

I am using the maps example. I want to prevent the user from adding a new event after double clicking on the scheduler. Moreover, I would like to prevent him from modifying the names of the employees on the left.

Is that possible?

Attachments
Capture.PNG
Capture.PNG (62.23 KiB) Viewed 224 times

Post by mats »

Yes of course, it's all documented:

Set cellEdit feature to false in your features block. https://bryntum.com/docs/scheduler-pro/#Grid/feature/CellEdit

And set this to false: https://bryntum.com/docs/scheduler-pro/#Scheduler/view/SchedulerBase#config-createEventOnDblClick


Post by cchidiac@itec.com.lb »

Thank you very much for your assistance


Post Reply