PDA

View Full Version : Drag and Drop


Canto
04-26-2008, 07: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
04-26-2008, 01:21 PM
Check out monsterjoe's DockPanel extension (http://extjs.com/forum/showthread.php?t=32485&highlight=dockable).

Canto
04-29-2008, 01:56 AM
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.