Mega Code Archive
Categories
/
Flex
/
Components
Get value from NumericStepper and TextInput
import mx.controls.Alert; public function showInfo():void { Alert.show("Your name is " + fullNameTextInput.text + " and your age is " + ageNS.value); }