Our pure JavaScript Scheduler component


Post by jtorresopus »

Currently, the tooltip is shown when hover, I would like to show it on click as I can do with your calendar. Is there any solution or workaround for this?


Post by mats »

Currently not, but a ticket has been opened to look into this: https://github.com/bryntum/support/issues/2713

For now, you can configure your tooltip to showOnHover = false, https://bryntum.com/docs/scheduler/#Core/widget/Tooltip#config-showOnHover

Then listen to eventClick and manually show the event tooltip


Post Reply