Tree find notation


Hello,



If my find string is ‘abc’ and it found in 3 places in my tree. So, I want display below the tree like this:
1 of 3
after clicking ‘Find Next’ link - 2 of 3
after clicking ‘Find Next’ link - 3 of 3



Please let me know your thoughts.
Thanks,
RamaRao R.


Hello,


tree.findItem(value) allows to get the next search result (item id). You can create function that will get all search results (it can be recursive function).