Hello,

i try to move a drag and drop from a list to atable. i need the data 
from the list and the row of the table

when i use this code at the target table


table.setDroppable(true);
table.addListener("drop", function(e) {
     alert(e.getRelatedTarget());    //Returns NULL
     alert(e.getOriginalTarget());    //qx.ui.table.pane.Pane[5v]
     //var items = e.getData("items");
     var ID = e.getData("value");

     });

i have the id frim the source list, but how can i get the target table row?


thank you for your help.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to