Please help me, how can i dag more than one element in Sortable list
at once?
I have 2 lists
Sortable.create('list1', {
tree: true,
containment: lists,
hoverclass: 'red_cls',
dropOnEmpty: true
});
Sortable.create('list2', {
tree: true,
containment: lists,
hoverclass: 'red_cls',
dropOnEmpty: true
});
How can i select with come button (for example Ctrl) twow or more
elements in the first Sortable list and drag them to the second
sortable list?
Please, i need help
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.