Our pure JavaScript Scheduler component


Post by thomasb »

Hi

I have I think a really simple question but I dont get it running. I actually just want to hide some field on the default event editor.

I was trying it according to: https://www.bryntum.com/docs/scheduler-pro/api/Scheduler/feature/EventEdit

But with no luck. Whatever I try to set in the config, has no effect.

Here is a very simple project I created to reproduce it. (I just want to disable the delete Button and the startTimeField.)

Here the link to the project: https://drive.google.com/file/d/1OLeK_GVkYFhZEN_PPNzQs7scGHkmw4XZ/view?usp=sharing

I would really appreciate if you could help me with this issue.

Thanks a lot.


Post by alex.l »

Please configure TaskEdit instead. Pro version uses TaskEdit feature by default.
https://bryntum.com/docs/scheduler-pro/api/SchedulerPro/feature/TaskEdit

All the best,
Alex


Post by thomasb »

ok thanks, that helped


Post Reply