HTML text inside TextArea : TextArea « Components « Flex
- Flex
- Components
- TextArea
HTML text inside TextArea

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:TextArea id="textBox" x="150" y="50" width="20%"
htmlText="The quick onyx goblin jumps over the lazy dwarf." />
</mx:Application>
Related examples in the same category