#4901 closed feature (wontfix)
Allow multiple draggable
Reported by: | Skippy | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.draggable | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello,
it would be nice to have a "multiple draggable option", which would allow the user to select more than one element and drag/drop them all at once.
Chris walkWalker made it for a project on http://thechriswalker.net/2009-02/multiple-drag-and-drop-between-two-lists-with-jquery.html but it's not customizable/production-ready (but gives a good about how it should work).
It this feature planned in any way? I didn't find it in the tickets list.
Change History (3)
comment:1 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Type: | enhancement → feature |
comment:3 Changed 10 years ago by
There is alsoResize, so it seems like there should also be alsoDrag. Then you just could do:
$(selector).draggable( alsoDrag: "ui-selected" )
to drag a group of selected selectables.
Note: See
TracTickets for help on using
tickets.
This is not a common enough feature for us to implement. This should be easy enough to implement as an extension to the draggable plugin using the callbacks.