It sounds like you have a set of *draggables* (things that can be dragged and dropped) not a set of droppables (places where draggables may be dropped).
I would suggest using a sortable observer, to which you can attach a callback to check whether the item dropped on your sortable is one of the special cases. You can figure out its drop location programatically from there. TAG On Jan 11, 2007, at 3:54 AM, mwaschkowski wrote: > > True, but I don't have two sortables, I only have a set of droppables > and a sortable, and when I add a droppable to a sortable I actually > prompt the user for some input and then manually add an element to the > sortable and then re-create the sortable. This is why I need to be > able > to figure out where in the sortable the original element was > dropped... > > Mark > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
