Mega Code Archive

 
Categories / Flex / Style
 

VGA color name for CSS style definitions and mx

tag support" src="http://www.rntsoft.com/Code/FlexImages/VGAcolornameforCSSstyledefinitionsandmxStyletagsupport.PNG"         <?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">     <mx:Style>     .myStyle {         color: Blue; /* VGA color name */     }     </mx:Style>     <mx:Button id="myButton" styleName="myStyle" label="Click Here"/> </mx:Application>