Tag Archives: RichTextEditor
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 [...]


Custom RichTextEditor