If i'm dragging an element from one tree to another. How do i get the
updated xml of the tree i'm dragging off?

For instance

TREE 1
 - Element 1
 - Element 2


TREE 2



if i get the xml from tree 1 it would be something like
<root>
   <element label="Element 1" />
   <element label="Element 2" />
</root>

but if i drag the Element 1 into the TREE 2 i want to get the xml
without the "Element 1", without that node.

i'm trying to get it creating a handler for "dragDrop" attribute on
the Tree 2, but everytime i get it the items are not updated.

Anyone know how to get the updated xml that tree 1 will have after i
drop the element?

Please... this is killing me =/

Thanks


Reply via email to