Very simple problem: my droppable items are timeslots, so they should
only accept one draggable.  I need a useful way to prevent a second
draggable from being dropped there, but to allow the original
draggable to be moved elsewhere.

>From what I can see of the API, it appears my only real choice is to
determine this in a function for revert on the Draggable item.  I'm
fine with that, but I'm not sure how to determine that the Droppable
is full.   I can set a variable with onDrop for the Droppable, but it
doesn't seem to be possible to unset that variable when the Draggable
leaves for greener pastures.

Has anyone else bounced off this problem before?  Got any good ideas?

I can post a small example if anyone wants to see that.

--~--~---------~--~----~------------~-------~--~----~
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 prototype-scriptaculous@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to