The DojoTabContainer widget creates tab folders.
Fields
- children
- A list 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.
Other supported fields and functions are described in the following
topics in the EGL Programmer’s Guide: “Rich UI widget fields” and
”Rich UI widget functions.”
Use of this widget requires the following statement:
import dojo.widgets.DojoTabContainer;