Dhtmlxscheduler_tooltip.js File

Hello,
I’m trying to configure the tooltip in the timeline view with:

dhtmlXTooltip.config.className = “”;

I’m getting this error:
dhtmlXTooltip is not defined

Where can I find the dhtmlxscheduler_tooltip.js file? I’m using the 30-day free PRO trial.

There is another way to customize the tooltip or apply css to it?

Hello @Daju99 ,

It’s a misprint in our documentation, thank you for noticing it, we will fix it ASAP.

You can change the class of the tooltip in the following way:

scheduler.tooltip.config.className = 'dhtmlXTooltip tooltip customBackround'; 

Here is a demo:
https://snippet.dhtmlx.com/yjmk07ln

Kind regards,