Tab Tooltip

How do you set a tool tip (tooltip) on a tab?



I would expect something like the following:

HTML:





Tab 1 Contents







XML:

<?xml version="1.0"?>



    

     Tab 1

    





JavaScript:

tabbar.setTooltip( “tab1”, “View contents of Tab 1” );



Thanks for your consideration.

You can use any HTML as tab label. For example, inline div tag is a way to set title for a tab:

Tab 1 Contents



Instead of

use .
messes up the alignment of the tabtitle.