Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/layout/ToggleSplitter.js

  • Provides:

    • dojox.layout.ToggleSplitter
  • Requires:

    • dijit.layout.BorderContainer in common
  • dijit._Widget

    • type
      Function
  • dijit._Widget.toggleSplitterOpen

    • type
      Boolean
  • dijit._Widget.toggleSplitterClosedThreshold

    • type
      String
    • summary
      a css size value (e.g. "100px")
  • dijit._Widget.toggleSplitterOpenSize

    • type
      String
  • dojox.layout.ToggleSplitter

    • type
      Function
    • chains:
      • dijit.layout._Splitter: (prototype)
      • dijit.layout._Splitter: (call)
    • summary
      A draggable and toggle-to-close/open spacer between two items in a BorderContainer
    • description
      Extends the dijit.layout._Splitter to add a toggling behavior
      on double-click
  • dojox.layout.ToggleSplitter.container

    • type
      Object
  • dojox.layout.ToggleSplitter.child

    • type
      Object
  • dojox.layout.ToggleSplitter.region

    • type
      Object
  • dojox.layout.ToggleSplitter.open

    • type
      Boolean
    • summary
      the initial and current state of the splitter (and its attached pane)
  • dojox.layout.ToggleSplitter.closedThreshold

    • type
      Integer
    • summary
      how small the attached pane can be before its considered closed
  • dojox.layout.ToggleSplitter.openSize

    • type
      String
    • summary
      the css height/width value to apply by default when the attached pane is open
  • dojox.layout.ToggleSplitter._closedSize

    • type
      String
    • summary
      the css height/width value to apply by default when the attached pane is closed
  • dojox.layout.ToggleSplitter.templateString

    • type
      String
  • dojox.layout.ToggleSplitter.postCreate

    • type
      Function
  • dojox.layout.ToggleSplitter._started

    • type
      Object
  • dojox.layout.ToggleSplitter.startup

    • type
      Function
  • dojox.layout.ToggleSplitter.child.domNode

  • dojox.layout.ToggleSplitter._openStyleProps

    • type
      Object
  • dojox.layout.ToggleSplitter._onMouseUp

    • parameters:
      • evt
    • type
      Function
  • dojox.layout.ToggleSplitter._onPrelimMouseMove

    • parameters:
      • evt
    • type
      Function
  • dojox.layout.ToggleSplitter._startPosn

    • type
      Number
  • dojox.layout.ToggleSplitter._onMouseDown

    • parameters:
      • evt
    • summary
      handle mousedown events from the domNode
    • type
      Function
  • dojox.layout.ToggleSplitter._onUpHandle

    • type
      Object
  • dojox.layout.ToggleSplitter._onMoveHandle

    • type
      Object
  • dojox.layout.ToggleSplitter._handleOnChange

    • type
      Function
  • dojox.layout.ToggleSplitter._getStyleProps

    • parameters:
      • paneNode
      • open
      • paneStyle
    • summary
      create an object with the style property name: values
      that will need to be applied to the child pane render the given state
    • type
      Function
  • dojox.layout.ToggleSplitter._setStateClass

    • type
      Function
  • dojox.layout.ToggleSplitter._setOpenAttr

    • parameters:
      • value: (typeof Boolean)
    • summary
      setter for the open property
    • type
      Function
  • dojox.layout.ToggleSplitter.onOpen

    • type
      Function
  • dojox.layout.ToggleSplitter.onClose

    • type
      Function
  • dojox.layout.ToggleSplitter._toggleMe

    • parameters:
      • evt
    • summary
      event handle, toggle the open state
    • type
      Function
  • dojox.layout.ToggleSplitter._onKeyPress

    • parameters:
      • e: (typeof Event)
    • type
      Function
  • dojox.layout

    • type
      Object
  • dojox

    • type
      Object