sathish
Junior Member
Posts: 3
Registered: 10/30/2005
Member Is Offline
|
| posted on 11/2/2005 at 07:43 AM |
|
|
Tree search
Is there a way to do tree searching. i.e
The client is provided with textbox where he enters some valid text. Based on this text a matching text on tree should be highlited.
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 11/2/2005 at 10:15 AM |
|
|
PRO version has advanced search functionality. But you could develop one by yourself by cycling through a_index collection of tree object.
|
|
|