Namespace: SC.DraggablePaneSupport
Provides drag functionality to a pane. If you need to disable dragging at certain times set the
property isAnchored
to YES
and the pane will no longer move.
See SC.PalettePane
, a simple panel pane with SC.DraggablePaneSupport
mixed in.
Defined in: draggable.js
Field Summary
Instance Methods
Field Detail
isAnchored Boolean- Default value:
- NO
Walk like a duck.
Instance Method Detail
initMixin()
To provide drag functionality enhance mouseDown, mouseDragged, touchStart, and touchesDragged if they exist.
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Apr 08 2015 10:02:20 GMT-0600 (CST)