Our flexible Kanban board for managing tasks with drag drop


Post by lanpeng »

Hi bryntum team.
I want to use customized editor in taskboard .In calendar, I can prevent the default editor from opening by modifying "beforeEventEdit", and open my customized editor . which method can do that in taskboard ?


Post by mats »

We don't yet have such event but you can track this ticket: https://github.com/bryntum/support/issues/3714

You can achieve same result using https://www.bryntum.com/docs/taskboard/api/TaskBoard/feature/TaskEdit#config-processItems and return false from it.


Post by lanpeng »

thanks a lot ,mats.
I also want to know what method can be used instead of "beforeEventDelete" .Because i want to do something before user delete task.


Post by mats »

I've opened another FR to get that addressed as well https://github.com/bryntum/support/issues/3719

Thanks for good suggestions!


Post Reply