htmltext with cdata inside RichTextEditor : RichTextEditor « Components « Flex
- Flex
- Components
- RichTextEditor
htmltext with cdata inside RichTextEditor
<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:RichTextEditor id="rte1" title="Rich Text Editor">
<mx:htmlText>
<b>bold teal text</b>
</mx:htmlText>
</mx:RichTextEditor>
</mx:Application>
Related examples in the same category