Our pure JavaScript Scheduler component


Post by mateRO »

When hovering over calendar interval we would like to display intervals name.
In attached example when hoovering over interval it displays Res2. We would like it to display maintenance.
Not sure how to get intervals name from resourceRecord.

Attachments
test.zip
(1.72 MiB) Downloaded 40 times

Post by mats »

Can you please share a screenshot of what UI element you want to customize?


Post by mateRO »

We need this interval.

{name: "maintenance", startDate: "2020-02-23T12:00:00", endDate: "2020-03-16T17:00:00", isWorking: false, cls: "b-sch-resourcenonworkingtime-maintenance"}

And then we would like to display intervals name 'maintenance' in tooltip. Not resources name.

a.png
a.png (64.97 KiB) Viewed 403 times

Post by alex.l »

Not supported now. We have a ticket to add names for calendar intervals here https://github.com/bryntum/support/issues/3614
And I've opened a ticket to add tooltips as well https://github.com/bryntum/support/issues/4669

All the best,
Alex


Post by mats »

This is supported now!


Post Reply