Mega Code Archive

 
Categories / Flex / Components
 

Text property changes the text displayed in text controls

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">     <mx:Label text="Enter Your Name:" />     <mx:TextInput text="Alaric" /> </mx:Application>