Rank: Newbie Groups: Member
Joined: 7/19/2010 Posts: 1
|
Hi Team,
I just wanted to know is there any mechanism you are providing to get the whole hierarchy of a node when we do a right click on any node.
From the sample code, i could get the node.getText(), which gives me the text of that particular node. But in way can i get the text of all the parent nodes on which i did right click?
node 0 -------node1 --------------node2
If i right click on node2, can i get node1 and node0 text as well?
Regards, Snigdha
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, Yes. You can do that. Please see our client side API reference for more details: http://doc.essentialobjects.com/library/1/clientapi_howto.aspxThanks!
|