Class idx.layout._DockAreaMixin


Extends dijit.layout._LayoutWidget.
Mix-in class for each of the four dock areas: top, left, right, bottom.
Defined in: <idx\layout\_DockAreaMixin.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
If true, this pane is collapsed when there's no children.

Method Summary

Method Attributes Method Name and Description
 
dock(dockable, pos)
Docks dockable widget.
 
Returns whether this dock area is dockable.
 
Closes the dock area.
 
showDockArea(pos, child)
Opens a dock area.
 
Updates the dock page moving the mock content page.

Constructor Detail

idx.layout._DockAreaMixin()

Field Detail

{Boolean} collapseEmpty

If true, this pane is collapsed when there's no children.
Default Value:
true

Method Detail

dock(dockable, pos)

Docks dockable widget.
Parameters:
{Widget} dockable
{Object} pos

isDockable()

Returns whether this dock area is dockable.
Returns:
Boolean

resetDockArea()

Closes the dock area.

showDockArea(pos, child)

Opens a dock area.
Parameters:
{Object} pos
{Widget} child

updateDockArea(idx)

Updates the dock page moving the mock content page.
Parameters:
{Number} idx