Urkman
2 Dec 2010, 12:57 PM
Hello,
I try to build a DD from ListView to ListView.
I setup the DragZone by using this:
list.dragZone = new Ext.dd.DragZone(list.innerBody, {
This seems to work, because the drag is started.
I try to use this to setup the DropZone:
list.dropZone = new Ext.dd.DropZone(list.el, {
This seems not to work, because I can't drop on the second ListView.
Where is my error here?
Thanks and greetings,
Urkman
I try to build a DD from ListView to ListView.
I setup the DragZone by using this:
list.dragZone = new Ext.dd.DragZone(list.innerBody, {
This seems to work, because the drag is started.
I try to use this to setup the DropZone:
list.dropZone = new Ext.dd.DropZone(list.el, {
This seems not to work, because I can't drop on the second ListView.
Where is my error here?
Thanks and greetings,
Urkman