DojoTabContainer

The DojoTabContainer widget creates tab folders.

Properties

children
An array of DojoContentPane widgets that represent the tabs
height
The height of the tab folder, in pixels
selection
Returns the index of the currently selected tab
tabPosition
The position of the tab locations. Valid values are top, left, bottom, and right.
width
The width of the tab folder, in pixels

Events

onTabSelected
The event that occurs when the tab is selected

Functions

showTab
Displays the specified tab

Feedback