Dave Stewart wrote: > ... > > What I want to do is replicate the behavior that a drop action fires - > ie animating to a the last sortable's child node - however, I'd like > to be able to specify the sortable it goes to. > I'm not sure how this would be done. Perhaps someone else knows or you could look into the sortables code.
> ... > Lets say you have several sortables (1 source, and several targets), > but you decide to remove one of the targets that contains draggables. > These draggables would need to animate smoothly back to the "source" > so they coudl be re-dropped on other targets. > ... > My thought would be to capture the initial position of all the source draggables then just move them back if their parent needed to be removed. This would probably be outside of the Draggable functionality. That certainly would be a pretty cool effect. - Ken --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
