Questions tagged [richeditabletext]
19 questions
0
votes
0 answers
Represent XML as a HTML in Flex RichEditableText
I'm developing a word finder of a large text using flex. There I use a RichEditableText to show the whole text and when I find for a word I want to represent all the matching words of that text in a different colour. So I replace all the matching…

ANJ
- 301
- 1
- 2
- 14
0
votes
0 answers
How to use markup tag
in TextFlow object in Flex
In the .mxml file, we can easy create the RichEditableText (RET) component with content of image in it:
…

Liqun Sun
- 125
- 1
- 1
- 7
0
votes
1 answer
How to implement your own SelectAll,Cut,Copy,Paste in Webview
I'm implementing Rich Edit Text using WebView,Buttons for editor actions are displayed in contextual action bar(CAB),on long press on of webview it's default CAB is shown button,I understood Webview doesn't provide any provision to customize it's…

Dev.Sinto
- 6,802
- 8
- 36
- 54
-1
votes
1 answer
Flex: Set caret cursor position in RichEditableText control
Is there a method to set the caret position within a RichEditableText control?
The control's contents can contain errors that the user must fix which are navigated though via Next/Previous buttons, and during the navigation I would like to set the…

Even Mien
- 44,393
- 43
- 115
- 119