Categories | Question details Back To List | ||
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> ... |