Mega Code Archive
Categories
/
Flex
/
Development
Modify Components
private function resizeTextInput():void { textInput.width += 10; textInput.height += 10; }