Programmatically select tree node using javascript
524973Mar 28 2007 — edited Apr 5 2007Hello,
I am working on creating a Tree LOV with a visual representation
of the tree (as a graph) on the right side of the form.
I make use of the af:tree component with a af:commandLink nodeStamp facet.
I want to have the two sides of the page linked together, so when I click
the left (ADF) tree, I want to have the right graph show the corresponding item.
If I click the right graph, I want to have the ADF tree to select the corresponding tree node.
Is there a way to achieve this using a Javascript function?