On 8/21/06, Bill Lazar <[EMAIL PROTECTED]> wrote: > > Before pounding my head on this particular rock I want to ask if > anyone has done, or come across an article or code on how to do, the > following. > > Say you have a list of text items, each could be in its own HTML div > or li no matter, on the left half of the page and a set of drop target > divs on the right. Users should be able to select one or more of the > list items and drag them as a group to a drop target. The result gets > saved off through a document model. > Hi,
I've done some work with mutliple select and dragdrop. These links might give you some ideas on how you want to do what you need to do http://peter.michaux.ca/articles/2006/08/09/donut-dragdrop-release http://peter.michaux.ca/articles/2006/06/02/yui-multiple-drag-with-proxy http://dev.rubyonrails.org/ticket/2585 Peter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---
