Mega Code Archive
Categories
/
Flex
/
Components
Set the FormItem label color to dark blue and its font size to 20 pixels
.myFormItemLabelStyle { color: #333399; fontSize: 20; }
private function processValues(zip:String, pn:String):void { // Validate and process data. }