olgagrinberg / gwtquery-plugins

Automatically exported from code.google.com/p/gwtquery-plugins
0 stars 0 forks source link

Draggable plug-in enhancement : add multi-draggable feature #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add the possibility to select multiple elements and drag them.
The selection should be done either by pressing ctrl key and click on elements 
or either by pressing the ctrl key and draw a lasso with mouse.
Only draggable with the same scope can be part of one selection.

Original issue reported on code.google.com by julien.d...@gmail.com on 2 Dec 2010 at 11:52

GoogleCodeExporter commented 9 years ago

Original comment by julien.d...@gmail.com on 2 Dec 2010 at 11:57

GoogleCodeExporter commented 9 years ago
First version on multi drag is available on the trunk : 
http://code.google.com/p/gwtquery-plugins/source/detail?r=658

The possibility to select draggables by lasso is not implemented yet. The 
selection can be done only by pressing ctrl key.
I added the possibility to group the dragging helpers during the drag thanks to 
the groupingMode option.
You can also select programatically other elements when a drag starts.

You can try these functionnalities with the following example : 
http://gwtquery-plugins.googlecode.com/svn-history/trunk/draggable/demo/MultiDra
gSample/MultiDragSample.html

Comments, ideas are welcome

Original comment by julien.d...@gmail.com on 15 Dec 2010 at 4:29

GoogleCodeExporter commented 9 years ago
I really like the demo. It's exactly what i need but it isn't released yet.
May i ask why?

Original comment by sven.goe...@googlemail.com on 26 Mar 2012 at 2:21

GoogleCodeExporter commented 9 years ago
I should be able to find some time in coming month to finalize the release

Original comment by julien.d...@gmail.com on 26 Mar 2012 at 2:51