Our pure JavaScript Scheduler component


Post by Seth Revelle »

I am considering implementing labels for vertical mode as it would meet a business requirement for our application. I know this is not implemented in the scheduler as it exists currently, I was wondering if I could get any guidance as to the potential size of the dragons on might encounter working through the source to change things so that it does.

Warm Regards,

Seth


Post by Maxim Gorkovsky »

Hello.
It shouldn't be very difficult. I'd recommend to check Scheduler/feature/Labelss.js code first to get basic idea and then adapt to vertical mode. And you'd need to listen to different event: https://www.bryntum.com/docs/scheduler/#Scheduler/view/SchedulerBase#event-renderEvent


Post Reply