Mega Code Archive

 
Categories / Flex / Components
 

Set Label text with attribute and nested tag

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