Tooltips for additional html elements in the timeline area

Hi

I’m using gantt.addTaskLayer function to add some additional html elements to the timeline area of the gantt. Can I use gantt tooltip plugin to show tooltips for these additional elements? I tried to use tooltipFor function, but without success - even if I fill the selector parameter correctly, the tooltip is not displayed.

Thank you very much

Ondrej

Hello Ondrej,
Tooltips for custom elements should work correctly with the additional task layer elements.
Here is an example:
http://snippet.dhtmlx.com/5/20b5873a1

Hi Ramil,

you are right, I had a bug in my code, it really works. Thank you for your help.

BR

Ondrej