Class idx.layout.VerticalEqualDockPane


Extends dijit.layout._LayoutWidget, idx.layout._DockAreaMixin.
DockArea that layout children(DockPane) in vertically equal height.
Defined in: <idx\layout\VerticalEqualDockPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
Open/close animation duration.
 
open 
Initial expand/collapse state of this DockArea.
 
Sets overflow auto to DockPane inner container.
Fields borrowed from class idx.layout._DockAreaMixin:
collapseEmpty

Method Summary

Method Attributes Method Name and Description
 
addChild(child, insertIndex)
When new child is appended, call setupChild
 
Calculate margin size of TitlePane box once.
 
Overrides the layout function to skip the zero width issue.
 
Layouts children in vertically equal height.
 
Place folder for user to connect the close pane event.
 
onPaneOpen(pane)
Place folder for user to connect the open pane event.
 
setupChild(pane)
Overrides child's method to hook the toggle behavior.
 
Overrides children's method to hook the toggle behavior.
Methods borrowed from class idx.layout._DockAreaMixin:
dock, isDockable, resetDockArea, showDockArea, updateDockArea

Constructor Detail

idx.layout.VerticalEqualDockPane()

Field Detail

{Number} duration

Open/close animation duration.
Default Value:
500

{Boolean} open

Initial expand/collapse state of this DockArea.
Default Value:
true

{Boolean} scrollable

Sets overflow auto to DockPane inner container.
Default Value:
true

Method Detail

addChild(child, insertIndex)

When new child is appended, call setupChild
Parameters:
child
insertIndex

calcMarginSize(pane)

Calculate margin size of TitlePane box once. Assume all title pane has same style and same height title.
Parameters:
pane

layout()

Overrides the layout function to skip the zero width issue.
See:
dijit.layout._LayoutWidget

layoutVertical()

Layouts children in vertically equal height.

onPaneClose(pane)

Place folder for user to connect the close pane event.
Parameters:
{Widget} pane

onPaneOpen(pane)

Place folder for user to connect the open pane event.
Parameters:
{Widget} pane

setupChild(pane)

Overrides child's method to hook the toggle behavior.
Parameters:
pane

setupChildren()

Overrides children's method to hook the toggle behavior.