Our pure JavaScript Scheduler component


Post by bjmac »

Is there a way to display a timeRange tooltip on hover?

I only see a way to display the tooltip when resizing. I want to display on hover so that when the zoom level and timeRange size do not provide enough space to display the name, the user is still able to see the name by hovering.

Post by mats »

Not out of the box, but surely it would be easy to implement this yourself. Study our Tooltip class and you'll find all you need. https://bryntum.com/docs/scheduler/#Common/widget/Tooltip

Post by bjmac »

I was able to implement what I needed with that class. Thanks!

Post by md@dewise.com »

Hi,

I've encountered an issue using tooltip. We're trying to customize the tooltip (see image 1) the problem is when you go to the next page, and return to the calendar (scheduler), it seems that my custom css doesn't apply anymore (see image 2). What do you think causes the problem or issue?
1.JPG
1.JPG (29.21 KiB) Viewed 1110 times
2.JPG
2.JPG (35.57 KiB) Viewed 1110 times

Post by mats »

Please start a new thread for each issue you're having.

Post Reply