Premium support for our pure JavaScript UI components


Post by v-surjkumar »

Hi

I read from the documentation that we can check if task editor is active or not, but I am not getting to know that how can I access that property. following is the link to the property that I am trying to access.

https://www.bryntum.com/docs/scheduler-pro/api/SchedulerPro/feature/TaskEdit#property-isEditing


Post by tasnim »

Here is how you can get it :

scheduler.features.taskEdit.isEditing

Post Reply