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:

  1. highlight correct word
  2. continue search using shortcut key ctrl+f (or f3)
  3. wrap search functionality

please let me know way overcome these issues?

the text find can highlighted using textarea.setselection(). reference see this link


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -