DD.DraggableDelegate

drag multiple nodes under a container element using only one draggable instance as a delegate.

parents: DD.Draggable

defined in: draggable-delegate.js

Attributes

  • container {} a selector query to get the container to listen for mousedown events on.
  • handlers {} handlers to initiate drag operation.
  • selector {} a selector query to get the children of container to make draggable elements from.

Class Detail

  • DD.DraggableDelegate ()
    drag multiple nodes under a container element using only one draggable instance as a delegate.

Attributes Detail

  • container a selector query to get the container to listen for mousedown events on. All "draggable selector" should be a child of this container
  • handlers handlers to initiate drag operation. can only be as form of tag.cls. default:[selector]
  • selector a selector query to get the children of container to make draggable elements from. usually as for tag.cls.
blog comments powered by Disqus
Top