dijit/layout/StackContainer.ChildWidgetProperties (version 1.10)

Summary

These properties can be specified for the children of a StackContainer.

See the dijit/layout/StackContainer.ChildWidgetProperties reference documentation for more information.

Property Summary

  • closableTrue if user can close (destroy) this child, such as (for example) clicking the X on the tab.
  • disabledSpecifies that the button to select this pane should be disabled.
  • iconClassCSS Class specifying icon to use in label associated with this pane.
  • selectedSpecifies that this widget should be the initially displayed pane.
  • showTitleWhen true, display title of this widget as tab label etc., rather than just using icon specified in iconClass

Properties

closable

True if user can close (destroy) this child, such as (for example) clicking the X on the tab.

disabled

Specifies that the button to select this pane should be disabled. Doesn't affect programmatic selection of the pane, nor does it deselect the pane if it is currently selected.

iconClass

CSS Class specifying icon to use in label associated with this pane.

selected

Specifies that this widget should be the initially displayed pane. Note: to change the selected child use dijit/layout/StackContainer.selectChild

showTitle

When true, display title of this widget as tab label etc., rather than just using icon specified in iconClass

Error in the documentation? Can’t find what you are looking for? Let us know!