Mega Code Archive

 
Categories / Flex / Components
 

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>