K
k0m0r
Hello. I'm stucked and in need for some help.
There is a container with a few elements, <img> for example. I'd like
to sort the elements one-by-one (drag one object and drop it somewhere
else to change the order). This can be easily done with jquery for
example. Now i need another functionality in the same container -
selecting multiple objects: one-by-one using the Ctrl key or multiple
using area selection (drag).
So if I drag an object, the sorting begins. If I start dragging from
space between objects, multiple selection begins. Clicking an object
selects it. Clicking another object with Ctrl pressed adds this object
to the selection. Have you got any solution for that? A framework that
can do that easily? I tried with jQuery Interface, but it allows
sorting / selecting separately
There is a container with a few elements, <img> for example. I'd like
to sort the elements one-by-one (drag one object and drop it somewhere
else to change the order). This can be easily done with jquery for
example. Now i need another functionality in the same container -
selecting multiple objects: one-by-one using the Ctrl key or multiple
using area selection (drag).
So if I drag an object, the sorting begins. If I start dragging from
space between objects, multiple selection begins. Clicking an object
selects it. Clicking another object with Ctrl pressed adds this object
to the selection. Have you got any solution for that? A framework that
can do that easily? I tried with jQuery Interface, but it allows
sorting / selecting separately