I can set the selected tree node through tree's "selected" attribute. But how
can I clear this selection?
I tried tree1.setSelected(null) as well as tree1.setSelected("") but neither
worked. The previously selected node remained selected.
I'm also wondering why a tree node is selected after deployment (last one?
or the one selected in visual editor?) although i did not specify a node to
be initially selected.
Stevy
--
View this message in context: http://www.nabble.com/How-to-clear-tree-selection--tp18686426p18686426.html
Sent from the Project Woodstock - Dev mailing list archive at Nabble.com.