RasterTabItem( parentControl, icon, text [, containerId [, value]] )

Represents a tab item.

Parameters

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.
Home Examples Download License
 
Copyright © 2010-2017 Edwin R. López