Our pure JavaScript Scheduler component


Post by cchidiac@itec.com.lb »

Hello,

I am using the maps example. I want to disallow the user from adding a new event after right clicking on the schedule as shown in the figure below. Is that possible?

Attachments
Untitled.png
Untitled.png (33.4 KiB) Viewed 374 times

Post by striker »

you should use this in your config in features:

  // right button click on empty schedule
        scheduleMenu: <Partial<ScheduleMenuConfig>> {
          disabled: false,
          items: {
            addEvent: false
          }
        },


Post by cchidiac@itec.com.lb »

Where exactly would I find this? In which file of code?


Post by mats »


Post by cchidiac@itec.com.lb »

Thank you for your help


Post Reply