We've got a request from a customer to support the following scenario:
- on a page we have a container:
div
element which is at the same timedojo.dnd.Source
. inside the container we've got 9
div
elements with similar content: 2 buttons and 2 comboboxesa user should be able to define the sequence of those 9
div
elements by simply dragging them around inside the container.
The task is to present a possible layout preview while dragging.
Will appreciate any ideas.