DojoContentPane

The DojoContentPane defines the content of a tab pane. You must use this widget with either the DojoAccordionContainer or DojoTabContainer widgets.

Properties

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

Feedback