Tag Archives: RichTextEditor

Custom RichTextEditor

One of the longest running post on my blog has been about creating XHTML output from the Flex RichTextEditor control. I always thought it would would be nice if someone took all the comments and suggestions for that post and created a customized control that outputs proper XTHML. Well, Axel Jenson has created such a [...]
Posted in Component, Flash | Also tagged | Leave a comment

Flex: Export valid HTML from the RichTextEditor

A recent post on the Flex Coders forum prompted me to create a method to clean up the HTML code produced by the Flex RichTextEditor component. Typically, the code that is produced looks like this from the line: 123456789This is < b > Bold < / b > text. < TEXTFORMAT LEADING="2" > < P [...]
Posted in Flex News | Also tagged , | 53 Comments