Our pure JavaScript Scheduler component


Post by wboard »

I'm trying to delay the popup for the eventTooltips but I'm having trouble to delay things.
Could you inform me about the correct way of doing so?


Post by mats »

Please find docs here: https://bryntum.com/docs/scheduler/#Scheduler/feature/EventTooltip

This is the config you need: https://bryntum.com/docs/scheduler/#Core/widget/Tooltip#config-hoverDelay

features : {
      eventTooltip : {
            hoverDelay: 2000
      }
}

Post by wboard »

Ok weirdly enough this doesn't work for my project but it works well in the example for eventTooltips.


Post by mats »

What version you on?


Post by wboard »

I managed to resolve things, don't know how but it started working :)


Post Reply