How to set tooltip for a Tabbar.
There is no built-in tootltips. But you can place any html into the tab. For example, you can place a div with “title” attribute intstead of simple text.
in case of html initialization:
…
…
…
How to set tooltip for a Tabbar.
There is no built-in tootltips. But you can place any html into the tab. For example, you can place a div with “title” attribute intstead of simple text.
in case of html initialization:
…