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/ExpandoPane.js

  • Provides:

    • dojox.layout.ExpandoPane
  • Requires:

    • dijit.layout.ContentPane in common
    • dijit._Templated in common
    • dijit._Contained in common
  • dojox.layout.ExpandoPane

    • type
      Function
    • chains:
      • dijit.layout.ContentPane: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dijit._Contained.prototype: (prototype)
      • dijit._Container.prototype: (prototype)
      • dijit.layout.ContentPane: (call)
      • dijit._Templated: (call)
      • dijit._Contained: (call)
      • dijit._Container: (call)
    • summary
      An experimental collapsing-pane for dijit.layout.BorderContainer
    • description
      Works just like a ContentPane inside of a borderContainer. Will expand/collapse on
      command, and supports having Layout Children as direct descendants
  • dojox.layout.ExpandoPane.attributeMap

    • type
      Object
  • dojox.layout.ExpandoPane.templateString

    • type
      Object
  • dojox.layout.ExpandoPane.easeOut

    • type
      String|Function
    • summary
      easing function used to hide pane
  • dojox.layout.ExpandoPane.easeIn

    • type
      String|Function
    • summary
      easing function use to show pane
  • dojox.layout.ExpandoPane.duration

    • type
      Integer
    • summary
      duration to run show/hide animations
  • dojox.layout.ExpandoPane.startExpanded

    • type
      Boolean
    • summary
      Does this widget start in an open (true) or closed (false) state
  • dojox.layout.ExpandoPane.previewOpacity

    • type
      Float
    • summary
      A value from 0 .. 1 indicating the opacity to use on the container
      when only showing a preview
  • dojox.layout.ExpandoPane.previewOnDblClick

    • type
      Boolean
    • summary
      If true, will override the default behavior of a double-click calling a full toggle.
      If false, a double-click will cause the preview to popup
  • dojox.layout.ExpandoPane.baseClass

    • type
      String
  • dojox.layout.ExpandoPane.postCreate

    • type
      Function
  • dojox.layout.ExpandoPane._animConnects

    • type
      Array
  • dojox.layout.ExpandoPane._isHorizontal

    • type
      Object
  • dojox.layout.ExpandoPane._startupSizes

    • type
      Function
  • dojox.layout.ExpandoPane._container

    • type
      Object
  • dojox.layout.ExpandoPane._closedSize

  • dojox.layout.ExpandoPane._titleHeight

  • dojox.layout.ExpandoPane.id

  • dojox.layout.ExpandoPane._currentSize

    • type
      Object
  • dojox.layout.ExpandoPane._showSize

  • dojox.layout.ExpandoPane._showing

    • type
      bool
  • dojox.layout.ExpandoPane._hasSizes

    • type
      Object
  • dojox.layout.ExpandoPane._afterResize

    • parameters:
      • e
    • type
      Function
  • dojox.layout.ExpandoPane._setupAnims

    • summary
      Create the show and hide animations
    • type
      Function
  • dojox.layout.ExpandoPane._showAnim

    • type
      Object
  • dojox.layout.ExpandoPane._hideAnim

    • type
      Object
  • dojox.layout.ExpandoPane.preview

    • summary
      Expand this pane in preview mode (does not affect surrounding layout)
    • type
      Function
  • dojox.layout.ExpandoPane._isonlypreview

    • type
      bool
  • dojox.layout.ExpandoPane.toggle

    • summary
      Toggle this pane's visibility
    • type
      Function
  • dojox.layout.ExpandoPane._hideWrapper

    • summary
      Set the Expando state to "closed"
    • type
      Function
  • dojox.layout.ExpandoPane._showEnd

    • summary
      Common animation onEnd code - "unclose"
    • type
      Function
  • dojox.layout.ExpandoPane._previewShowing

    • type
      bool
  • dojox.layout.ExpandoPane._hideEnd

    • summary
      Callback for the hide animation - "close"
    • type
      Function
  • dojox.layout.ExpandoPane.resize

    • parameters:
      • newSize: (typeof Object)
        The size object to resize to
    • summary
      we aren't a layout widget, but need to act like one:
    • type
      Function
  • dojox.layout.ExpandoPane._contentBox

    • type
      Object
  • dojox.layout.ExpandoPane._trap

    • parameters:
      • e
    • summary
      Trap stray events
    • type
      Function
  • dojox.layout

    • type
      Object
  • dojox

    • type
      Object