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.