Class idx.layout.DockPane


Extends idx.layout.TitlePane, idx.layout._Dockable.
Simple dockable widget based on TitlePane
Defined in: <idx\layout\DockPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
Changes opacity with mouse scrolling
Fields borrowed from class idx.layout.TitlePane:
autoHideActions, closable, collapsible, defaultActionDisplay, helpURL, refreshable, resizable, resizeDuration
Fields borrowed from class idx.layout._Dockable:
delay, dockArea, dragNode, topicId

Method Summary

Method Attributes Method Name and Description
 
onDock(region)
Updates properties and CSS styles based on docked region.
 
onUndock(region)
Updates properties and CSS styles for being undocked.
 
Updates CSS styles when being docked.
Methods borrowed from class idx.layout.TitlePane:
addChild, buildRendering, constructor, destroy, get, getTitleActionChildren, layout, maximizePane, onMaximize, onRefresh, onRestore, postCreate, postMixInProperties, removeChild, restorePane, set, startup, toggle
Methods borrowed from class idx.layout._Dockable:
beforeDock, position

Constructor Detail

idx.layout.DockPane()

Field Detail

{Boolean} scrollOpacity

Changes opacity with mouse scrolling
Default Value:
false

Method Detail

onDock(region)

Updates properties and CSS styles based on docked region.
Parameters:
{String} region

onUndock(region)

Updates properties and CSS styles for being undocked.
Parameters:
{String} region

resize()

Updates CSS styles when being docked.