This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 3b5e45022abd08c508a6f9566f3a57fef9f5d716
tree 6ae7ed05db10a2075b5cc3ff6018308b4d62c544
parent 01c20ced1673c435429bbef83972522b27715c3b
tree 6ae7ed05db10a2075b5cc3ff6018308b4d62c544
parent 01c20ced1673c435429bbef83972522b27715c3b
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
controls.js | ||
| |
custom.js | ||
| |
dragdrop.js | ||
| |
effects.js | ||
| |
index.html | ||
| |
prototype.js |
README
This is a demo of a scriptaculous sortable which supports multiple element drag and drop like mentioned in http://dev.rubyonrails.org/ticket/2585 The demo is available at http://simplificator.com/scriptaculous-multidrag/ The demo shows a sortable and a droppable area. Entries can sorted or dropped to the droppable area. If you drop an entry, the sortable will stay in the same order. By clicking on more than one entry, you can activate multi d&d. I had to patch some lines of scriptys draganddrop.js to achieve the special behaviour when dropping without sorting (it's not needed for the multi d&d but for my own appliance). The code is a somewhat a hack, rants and patches welcome.








