dojox/layout/ToggleSplitter (version 1.10)

Summary

A draggable and clickable spacer between two items in a dijit.layout.BorderContainer.

This is instantiated by dijit.layout.BorderContainer. Users should not create it directly.

See the dojox/layout/ToggleSplitter reference documentation for more information.

Property Summary

  • _closedSizethe css height/width value to apply by default when the attached pane is closed
  • baseClass
  • childPointer to the pane associated with this splitter
  • containerPointer to the parent BorderContainer
  • regionRegion of pane associated with this splitter. "top", "bottom", "left", "right".
  • statethe initial and current state of the splitter (and its attached pane) It has three values: full, collapsed (optional), closed
  • templateString

Method Summary

Event Summary

Properties

_closedSize

the css height/width value to apply by default when the attached pane is closed

baseClass
child

Pointer to the pane associated with this splitter

container

Pointer to the parent BorderContainer

region

Region of pane associated with this splitter. "top", "bottom", "left", "right".

state

the initial and current state of the splitter (and its attached pane) It has three values: full, collapsed (optional), closed

templateString

Methods

_getStyleProps(paneNode,state,paneStyle)

Create an object with the style property name: values that will need to be applied to the child pane render the given state

Parameter Type Description
paneNode undefined
state undefined
paneStyle undefined
Returns:object
_handleOnChange(preState)

Effect the state change with the new value of this.state

Parameter Type Description
preState undefined
_setStateAttr(state)

setter for the state property

Parameter Type Description
state String
_setStateClass()

Apply the appropriate classes for the current open state

_startDrag(e)
Parameter Type Description
e undefined
_stopDrag(e)
Parameter Type Description
e undefined
_toggle(evt)
Parameter Type Description
evt undefined
postCreate()
startup()
Returns:function

Events

_onKeyPress(evt)
Parameter Type Description
evt undefined
_onToggleNodeMouseDown(evt)
Parameter Type Description
evt undefined
_onToggleNodeMouseMove(evt)
Parameter Type Description
evt undefined
onClosed(pane)
Parameter Type Description
pane undefined
onCollapsed(pane)
Parameter Type Description
pane undefined
onOpen(pane)
Parameter Type Description
pane undefined
Error in the documentation? Can’t find what you are looking for? Let us know!