Droppables documentation and first bug fix
I put together some documentation for Droppables: <a href="http://docs.jquery.com/UI/Droppables/droppable">
http://docs.jquery.com/UI/Droppables/droppable</a> . I noticed the 'greedy' option as I was finishing, so there's a stub for that one, but that's it. The rest are as I understood them from the code and/or demo.
I am still working on making the drop demo/test page more like the drag demo page, with a demo/test for each option. In the meantime I found that droppable.onActivate wasn't working. See attached for patch to ddmanager (
draggables.js). 'this' was being passed to accept() instead of 'that' in two places.
- Richard