Tooltip on the tabs

I would like to put a tooltip on the tabs of a tabbar.
Does anyone know how this can be done?
Thank you

Unfortunately there is no native tooltips for the tabbar tabs, but you can add the common html title to you tab:
https://snippet.dhtmlx.com/42fr2e0z
or assign the dhx.Tooltip to that tab DOM element:
https://snippet.dhtmlx.com/d7uskgt9

OK!! thank you very much

Hello @bob.anati,

Update on your request:

You can attach tooltips for tabs with the tooltip and awaitRedraw methods, here is a demo that show that functionality:
https://snippet.dhtmlx.com/3qpbds2q

Kind regards,