cancel
Showing results for 
Search instead for 
Did you mean: 

Getting text of tree node

Former Member
0 Kudos

Hi all,

When I click on any tree node I need to save the node text at the corresponding node in a variable.Can this be done with onTreeClick?How?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Can you clarify a bit more ? If possible with an example please.

athavanraja
Active Contributor
0 Kudos

check out

htmlb_samples/treeviewSample.htm

Regards

Raja

athavanraja
Active Contributor
0 Kudos

use onNodeClick of treeNode

capture the event in oninputprocessing to get the id of the node clicked and read the itab (passed to tree) to get the text of the node.

Regards

Raja

close your previous thread