[Proto-Scripty] Limit number of draggables

2013-02-25 Thread Jeff Hight
Could someone shoot me a quick example of how to limit the number of draggables a droppable can contain to just one? Thanks! jH -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To unsubscribe from this group and stop receiving

Re: [Proto-Scripty] Limit number of draggables

2013-02-25 Thread Jason Westbrook
I don't have an example right now but I can tell you how I do it When I want just one draggable to be dropped - I destroy the draggable after the drop happens or hide the dropzone and show a filled element so that the user knows that there is something in it I can dig up an example later if you

Re: [Proto-Scripty] Limit number of draggables

2013-02-25 Thread Jeff Hight
Hey Jason, First of all THANK YOU for the reply! I've been trying all weekend to sort this out. So, I have this page... http://wipeasthma.com/diagnosis.php Pretty obvious right away what I'm trying to do. I've hacked this together so far http://wipeasthma.com/drag_drop.php The left hand