Name |
Type |
|
Description |
parentControl |
object |
|
The Tabbar object that contains this item. |
icon |
string |
|
Either a URL of a 16x16 image, or
an object that implements the IID_SPRITEINFO interface
like the constants defined in ICONS16 . Set to
null if no image needed. |
text |
string |
|
Text shown in the tab; set to null for
is no text is needed. |
containerId |
string |
optional |
The id attribute name of an element to
set its css display to "block" when the tab is selected. |
value |
any |
optional |
Placeholder for an user-defined value to be
associated with this tab. User can access this value
later in the Tab's click event handler. |