DD.DroppableDelegate

make multiple nodes droppable under a container using only one droppable instance

parents: DD.Droppable

defined in: droppable-delegate.js

Attributes

  • container {} a selector query to get the container to listen for mousedown events on.
  • selector {String} a selector query to get the children of container to make droppable elements from.

Methods

  • DD.DroppableDelegate. destroy () <static> Destroy current instance

Class Detail

  • DD.DroppableDelegate ()
    make multiple nodes droppable under a container using only one droppable instance

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
  • selector {String} a selector query to get the children of container to make droppable elements from. usually as for tag.cls.

Methods Detail

  • DD.DroppableDelegate. destroy () <static> view source
    Destroy current instance
blog comments powered by Disqus
Top