> ============ > > As shown in the figures above, I have Box1 and Box2 (whcih i will make > either div or list elements) and within each of them i have lines > (another list). I am trying to create these boxes and lines draggable. > Further, i am trying to create my lines i.e. list inside these boxes > droppable so that, I can drop lines from one box into another. For > example, from box1, i should be able to drag line containt text "abc" > and drop it into box2. After dropping it i want to save the state of my > list. > > I am not able to figure out how can i achieve this using scriptaculous. > > Any help in solving this would be highly appreciated, if it is possible > using scriptaculous. > > Thanks!
I am not sure if this is what you want: You have two sortables, and you want to be able to move draggables from one sortable to the other. To do this, give both sortables these options on startup: {containment:["boxlist1", "boxlist2"]} -- Posted via http://www.ruby-forum.com/. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs