Our pure JavaScript Scheduler component


Post by peaguilar »

I am using scheduler pro, and notice that I do not have edit event available in the event menu. I know you can access the edit menu by double clicking, but it is a requirement for us to have both. I made sure that the event was not readonly, and still cannot see the edit event option. Is this not available on scheduler pro? If not I do see how I can add a custom menu item, however, I cannot figure out how to programmatically make the edit menu open from the data I get in the onItem callback.

Attachments
Screen Shot 2022-09-21 at 2.00.18 PM.png
Screen Shot 2022-09-21 at 2.00.18 PM.png (26.21 KiB) Viewed 117 times

Post by marcio »

Hey peaguilar,

You need to enable the eventEdit feature to display the menu, like this

features   : {
        eventEdit : true
    },

Best regards,
Márcio


Post Reply