Re: [Rails-spinoffs] Looking for specific drag and drop implementation

2006-05-27 Thread darrel austin
Did you try :ghosting => trueGhosting gives the desired result while dragging, but once I drop the item into the other draggable, it is removed from the source draggable. -Darrel ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://

[Rails-spinoffs] Looking for specific drag and drop implementation

2006-05-27 Thread darrel austin
I finally started playing with delicious and am liking it!I'm building an app where people can have various 'folders' of images and then 'sets' of said images. A set is simply a object that links to any number of specific image in the folders. To create/organize a set, I've set up two draggables. O