Our pure JavaScript Scheduler component


Post by cchidiac@itec.com.lb »

Hello, quick and simple question. How to disallow the user from deleting resources and events by right clicking on them?

Attachments
Capture.PNG
Capture.PNG (57.49 KiB) Viewed 330 times

Post by alex.l »

Try this: https://bryntum.com/docs/scheduler/api/Scheduler/feature/EventMenu

features : {
    eventMenu : {
        items : {        
deleteEvent: false } } },

All the best,
Alex


Post by cchidiac@itec.com.lb »

That worked, thank you


Post Reply