Hello all,
I have a need to set a treeview node or leaf as a target for drag and
drop. Basically I want to alert the label name of this node/leaf when
something is dropped on one of these treeview elements.
given a treeview below if something is dropped on node2.leaf1 I want
to alert(leaf1's label).
----root
-------node1
-------------leaf1
-------------leaf2
-------node2
-------------leaf1
Can this be done?
I am using TextNodes for my treeview.
Thanks in advance