About This Demo
This demo shows a way to dynamically re-order children document from within their parent..
For the sake of a demo we're using the idea of Newsletters. Each Newsletter (parent) has many News Items (child) within them. These children items can be re-ordered by drag-n-drop.
Techniques demonstrated include:
- Adding drag-n-drop functionaly to a list.
- Updating backend documents using Ajax calls.
- Graceful degradation. In cases where Ajax fails (user simply presses a button).