Tagged Questions

3
votes
2answers
2k views

How to get HTML text from Adobe Flex Builder RichTextEditor?

How to get HTML text from inputed and edited text into Adobe Flex Builder RichTextEditor control? I mean with valid HTML coming from the Flex RichTextEditor component Not Badly formated HTML, with ...
3
votes
2answers
3k views

Flex: Does anyone know a good HTML editor?

I am looking for a flex component that could allow me to edit rich text with images. Something like the RichTextEditor from flex except it allows you to add and preview images too, and which can ...
3
votes
3answers
2k views

Flex Text Control Undo

I'm having trouble finding any resource for adding ctrl-z undo capability to a Flex RichTextEditor control (a lack it apparently shares with other Flex text controls). I'm baffled that it's not in the ...
1
vote
1answer
1k views

Rich Text Editor for Flex 4 that provides link

I have built a rich Text Editor for Flex 4 using the instruction in the following link: ...
0
votes
1answer
158 views

RichText doesn't work with bullets

See the simple application created below. I have a RichTextEditor and a RichText component. The idea is to display whatever typed in the RichTextEditor in the RichText component. Everything else (I ...
0
votes
1answer
225 views

Flex does not handle line breaks in htmlText

I store the htmlText property of a RichTextEditor in the database. I retrieve it in another instance and I want to show the user the first line of it as plain text So I let Flex handle the ...
0
votes
1answer
172 views

How to avoid the behavior of set htmlText in RichTextEditor?

I'm having this problem of adding an image to the textArea in RichTextEditor (RTE) on the fly and this image seems to "reset" the html properties of the textArea. Better explained: The user starts ...
0
votes
1answer
744 views

Flex 4 RichTextEditor Insert Image Functionality

How can I make it so that the RichTextEditor from Flex can add images? I'm not talking about the upload process, but rather then way I can insert images into the textarea. Thanks!
0
votes
1answer
248 views

Getting a Flex RTE to group LI items properly in XML (wrapped in UL tag)

I'm trying to use XML to convert the code that a Flex RTE creates to valid HTML. No problems on other HTML elements, but difficulty with unordered lists. I created a solution for moving consecutive ...
0
votes
1answer
2k views

How to add images into Adobe Flex RichTextEditor?

How to add images into Adobe Flex RichTextEditor control? I mean using a button =) So we have some text editor with RTE a-la We want to get into its content images using some button. How to do ...