Mega Code Archive

 
Categories / Flex / Components
 

Creating a TextArea control with mx

" src="http://www.rntsoft.com/Code/FlexImages/CreatingaTextAreacontrolwithmxTextArea.PNG"        <?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">     <mx:TextArea id="textConfirm" width="300" height="100"         text="Please enter your thoughts here." /> </mx:Application>