Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by RamaRao R on Nov 17, 2009 03:44
open dhtmlx forum
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.

Answer posted by Alex (support) on Nov 17, 2009 06:11

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).