Mega Code Archive

 
Categories / Flex / Components
 

Set text value to TextArea with MXML

<?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">     <mx:TextArea id="Comments" width="200" height="100" text="Comments welcome."/> </mx:Application>