How to find occurence of a tree node in a tree panel?
How to find occurence of a tree node in a tree panel?
Hi all,
I have a Tree panel having few nodes. Each nodes has leafs in it. I have a requirement that when i am adding a leaf in any node i should check that that any other leaf or node does not have same text as my new node or leaf. Can i find the occurrence of the new leaf before appending it?