The following example shows how you can create a non-editable Spark NumericStepper control in Flex 4 by setting the Boolean editable property on the NumericStepper control’s internal TextInput control.
Full code after the jump.
{ 0 comments }
Just a bunch of Adobe Flex Examples
Posts tagged as:
The following example shows how you can create a non-editable Spark NumericStepper control in Flex 4 by setting the Boolean editable property on the NumericStepper control’s internal TextInput control.
Full code after the jump.
{ 0 comments }
The following example shows how you can create a non-editable Flex NumericStepper control (users cannot type numbers directly into the control, but can still use the up arrow, down arrow, and keyboard to change the value) by setting the editable property on the nested inputField TextInput control.
Full code after the jump.
{ 0 comments }
The following example shows how you can use a NumericStepper as an item editor for a Flex DataGrid control by setting the itemEditor and editorDataField properties on the DataGridColumn object.
Full code after the jump.
{ 0 comments }
The following example shows how you can create an editable Flex DataGrid control by setting the editable property on the DataGrid and DataGridColumn objects.
Full code after the jump.
{ 58 comments }
The following example shows how you can customize the ComboBox control’s text input styles by setting the textInputStyleName style in Flex.
Full code after the jump.
{ 0 comments }