dijit/layout/BorderContainer.ChildWidgetProperties (version 1.10)

Summary

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

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

Property Summary

  • layoutAlignSynonym for region, except using "client" instead of "center".
  • layoutPriorityChildren with a higher layoutPriority will be placed closer to the LayoutContainer center, between children with a lower layoutPriority.
  • maxSizeSpecifies a maximum size (in pixels) for this widget when resized by a splitter.
  • minSizeSpecifies a minimum size (in pixels) for this widget when resized by a splitter.
  • regionValues: "top", "bottom", "leading", "trailing", "left", "right", "center".
  • splitterParameter for children where region != "center".

Properties

layoutAlign

Synonym for region, except using "client" instead of "center". Deprecated; use region instead.

layoutPriority

Children with a higher layoutPriority will be placed closer to the LayoutContainer center, between children with a lower layoutPriority.

maxSize

Specifies a maximum size (in pixels) for this widget when resized by a splitter.

minSize

Specifies a minimum size (in pixels) for this widget when resized by a splitter.

region

Values: "top", "bottom", "leading", "trailing", "left", "right", "center". See the dijit/layout/LayoutContainer description for details.

splitter

Parameter for children where region != "center". If true, enables user to resize the widget by putting a draggable splitter between this widget and the region=center widget.

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