What are the different options available for implementing a text search in an AIR HTML control? I could think of the following two:
Thoughts are most welcome.
The best way to perform text search in an HTML control via actionscript is to look for text nodes, extract them, perform a match, and then break the text node into 3 separate nodes: 1. The text node with part before 2. A new highlighted node with search term 3. The text node with the part after.