flex3 - In Flex 3 Textarea, how to implement Text Search functionality -
i wish implement 'find...' functionality on text present in mx:textarea control. find word using indexof() function. finding difficult to:
- highlight correct word
- continue search using shortcut key ctrl+f (or f3)
- wrap search functionality
please let me know way overcome these issues?
the text find can highlighted using textarea.setselection()
. reference see this link
Comments
Post a Comment