Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by sree on Feb 08, 2009 03:41
open dhtmlx forum
Tabbar Tooltip

How to set tooltip for a Tabbar.
Answer posted by Alex on Feb 09, 2009 08:20

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:

... 

<div id="a1" name="<div title='some title'>Tab 1</div>" >...</div>

...