10/23/2010 4:45:02 AM
Title:
Tree Search(urgent)
Hi All,
I want to implement search functionality in a tree. How to do search functionality in flex? and whenever it matches the text that will be selected in a tree.
I want to implement forward and backward search. How to do?
Please help me!
With Regards
K.V.Ramakrishna
10/23/2010 10:21:44 AM
I think you should use the string function (String.search("myText")) to search text in your tree component's array collection inside a loop. And when you find the particular index in arraycollection containing text then you can select that node of tree.