Does anyone know what the option is in the sortable_element that allows you to drag from one list to another? I can''t seem to find a Rails example. Only straight JS examples. Thanks so much. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
sean.seanlynch-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Jan-24 19:09 UTC
Re: Drag and drop with sortables between two lists
On Jan 24, 12:04 pm, Guest <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Does anyone know what the option is in the sortable_element that allows > you to drag from one list to another? I can''t seem to find a Rails > example. Only straight JS examples. > > Thanks so much. > > -- > Posted viahttp://www.ruby-forum.com/.Look up draggable_element and drop_receiving_element in the rails api docs. The O''Reilly book Rails up and running has examples. Sean --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks. unknown wrote:> On Jan 24, 12:04 pm, Guest <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: >> Does anyone know what the option is in the sortable_element that allows >> you to drag from one list to another? I can''t seem to find a Rails >> example. Only straight JS examples. >> >> Thanks so much. >> >> -- >> Posted viahttp://www.ruby-forum.com/. > > Look up draggable_element and drop_receiving_element in the rails api > docs. > The O''Reilly book Rails up and running has examples. > > Sean-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---