| Issue 266: | Dragging Multiple Nodes | |
| 3 people starred this issue and may be notified of changes. | Back to list |
What new or enhanced feature are you proposing?
The ability to drag multiple nodes.
What goal would this enhancement help you achieve?
Drag-and-drop functionality much like what many desktop users are familiar (e.g. Windows Explorer).
Currently, the following indicates only one node at-a-time can be dragged:
onDragStart: function(node) {
...
}
and, attempting to drag multiple selected nodes never drags more than a single node.
Jan 3, 2012
Project Member
#1
moo...@wwwendt.de
Labels:
Milestone-Discussion
Feb 14, 2012
Hi, I would be requiring the same functionality in Dynatree. I have a tree from which I need to select multiple nodes and drop over a div. It will really great if you could provide me some code snippets on this ! Thanks, Anirban
Oct 7, 2012
This issue is addressed with Dynatree 2.0 ('fancytree')
May 1, 2014
As of 2014 Dynatree is feature frozen. Please have a look at Fancytree (sequel of DynaTree 1.x): chances are good that the problem was resolved / the requested featuer is already implemented. Please open a new issue there otherwise: https://github.com/mar10/fancytree
Status:
WontFix
|