Our pure JavaScript Scheduler component


Post by Highnoon »

Hi,

is it possible to use long event names longer than the event itself?

Technical its possible to add a css style to the event class.
position: fixed;
This results in a kind of chaos because the names are covering the bars of other events.
names.png
names.png (19.6 KiB) Viewed 658 times
Is there a way to do long event names? The name should not drawn over bars of other events.

Thanks

Post by mats »

Not quite following, are you adding position fixed to the event bars? I doubt that's a good idea. If you have long task names, perhaps look at the labels feature? We don't guarantee however non-overlapping labels: https://bryntum.com/examples/scheduler/labels/

Post Reply