gadgets.Tab
Method
gadgets.Tab.getCallback
Returns the callback function that is executed when a Tab is selected.
Parameter
None
Return value
Type |
Description |
---|---|
Function |
Callback function of the Tab. |
Sample
gadgets.Tab.getContentCantainer
Returns the HTML element for which the Tab’s contents are rendered
Parameter
None
Return value
Type |
Description |
---|---|
Element |
HTML element of the contents container. |
Sample
gadgets.Tab.getIndex
Returns Tab index.
Parameter
None
Return value
Type |
Description |
---|---|
Number |
Tab index. |
Sample
gadgets.Tab.getName
Returns a Tab label.
Parameter
None
Return value
Type |
Description |
---|---|
String |
Tab label. |
Sample
gadgets.Tab.getNameContainer
Returns HTML elements that include a Tab label.
Parameter
None
Return value
Type |
Description |
---|---|
Element |
HTML elements that include a Tab label. |
Sample
Revision History
- 12/2010
- Initial Release.