On Aug 10, 2:06 pm, Drrrrrr <[email protected]> wrote: > Hi, is it possible to make a draggable be dragged unlimited times from > one Position? I want to make some kind of Item pool that can be > dragged multiple times...
It seems to me -- without fulling knowing what you're planning -- that you need to be looking into doing this with the Droppable::onDrop callback. (Check it out here: http://wiki.github.com/madrobby/scriptaculous/droppables) After releasing your Draggable, you could create a new object using parameters from it (and the original never needs to change)... That's probably how I'd do it. Good luck! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
