dijit.layout
Layout related widgets
ConstructorsBack to top
Holds a set of panes where every pane's title is visible, but only one pane's content is visible at a time, and switching between panes is visualized by sliding the other panes up/down.
AccordionPane is a ContentPane with a title that may contain another widget. Nested layout widgets, such as SplitContainer, are not supported at this time.
Provides layout in 5 regions, a center and borders along its 4 sides.
A widget that acts as a Container for other widgets, and includes a ajax interface
Provides Delphi-style panel layout semantics.
A ContentPane that loads data remotely
A Container widget with sizing handles in-between each child
A container that has multiple children, but shows only one child at a time
Set of buttons to select a page in a page list. Monitors the specified StackContainer, and whenever a page is added, deleted, or selected, updates itself accordingly.
A Container with Title Tabs, each one pointing at a pane in the container.
Set of tabs (the things with titles and a close button, that you click to show a tab panel).
Mixin for widgets that contain a list of children like SplitContainer. Widgets which mixin this code must define layout() to lay out the children
A draggable spacer between two items in a BorderContainer
Internal widget used by StackContainer. The button-like or tab-like object you click to select or delete a page
A tab (the thing you click to select a pane).
FunctionsBack to top
Given the margin-box size of a node, return it's content box size. Functions like dojo.contentBox() but is more reliable since it doesn't have to wait for the browser to compute sizes.