The DojoContentPane defines the content of a tab pane.
You must use this widget with either the DojoAccordionContainer or
DojoTabContainer widgets.
Fields
- children
- Specifies the contents on the tab pane, such as an EGL box widget
- closable
- Indicates whether the tab can be closed. Valid values are true
and false.
- selected
- Indicates the tab that is initially active when the page is displayed.
Valid values are true and false. If true is specified for multiple
tabs, the last tab with selected=true is displayed.
- title
- The name that is displayed on the 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.DojoContentPane;