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

  • Provides:

    • dojox.layout.DragPane
  • Requires:

    • dijit._Widget in common
  • dojox.layout.DragPane

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Widget: (call)
    • summary
      Makes a pane's content dragable by/within it's surface
    • description
      A small widget which takes a node with overflow:auto and
      allows dragging to position the content. Useful with images,
      or for just adding "something" to a overflow-able div.
  • dojox.layout.DragPane.invert

    • type
      Boolean
    • summary
      Naturally, the behavior is to invert the axis of the drag.
      Setting invert:false will make the pane drag in the same
      direction as the mouse.
  • dojox.layout.DragPane.postCreate

    • type
      Function
  • dojox.layout.DragPane._down

    • parameters:
      • e
    • summary
      mousedown handler, start the dragging
    • type
      Function
  • dojox.layout.DragPane.domNode

  • dojox.layout.DragPane._x

  • dojox.layout.DragPane._y

  • dojox.layout.DragPane._mover

    • type
      Object
  • dojox.layout.DragPane._up

    • parameters:
      • e
    • summary
      mouseup handler, stop the dragging
    • type
      Function
  • dojox.layout.DragPane._move

    • parameters:
      • e
    • summary
      mousemove listener, offset the scroll amount by the delta
      since our last call.
    • type
      Function
  • dojox.layout

    • type
      Object
  • dojox

    • type
      Object