PDA

View Full Version : Drag and Drop



Canto
26 Apr 2008, 3:14 AM
Hello.

I would like to know if it's possible (or maybe will be in future - I hope so) to drag component to another container, eg. from one tab in tab panel to another.

Any ideas?

aconran
26 Apr 2008, 9:21 AM
Check out monsterjoe's DockPanel extension (http://extjs.com/forum/showthread.php?t=32485&highlight=dockable).

Canto
28 Apr 2008, 9:56 PM
I was asking more about "Drop Target/ Drop zone" in ext gwt. It seems that is (and work) in ext js.
Right now ext gwt don't recognize where you drop draggable widget. You can only drag it in container which don't give any much sense.
This example from ext js looks very nice
http://extjs.com/deploy/dev/examples/dd/dragdropzones.html

I would LOVE to have that functionality in ext gwt.