[Proto-Scripty] Re: Sortable container that copies (dragdrop clone/copy) instead of moves?

2008-11-21 Thread Jeff Conklin
Can you share your final code once you find a good solution? I will need
something like this in the next few weeks. So seeing what you did might be
able to give me a great starting point. And of course I am sure other people
might enjoy seeing this solution.

Thanks.

- J e f f  C o n k l i n -
- AOL IM - a14piece
- http://www.carabs.com
- http://www.myspace.com/carabs

--~--~-~--~~~---~--~~
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 prototype-scriptaculous@googlegroups.com
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
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Sortable container that copies (dragdrop clone/copy) instead of moves?

2008-11-21 Thread Ken

FYI, I also tried adding an onStartDrag event to the Draggable
elements, then doing a Sortable.destroy on the destination, then
making the destination Droppable w/ an onDrop event so I could clone
the element on the drop and then reactivate Sortable mode.
Seemed like a possible workaround, but the onDrop event never got
called.
Back to doing this with a few ugly Listboxes and buttons on the page
instead of cutesy DHTML...

--~--~-~--~~~---~--~~
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 prototype-scriptaculous@googlegroups.com
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
-~--~~~~--~~--~--~---