Home
Flex
Chart
Components
Container
Data Model
Development
Effects
Event
Graphics
Grid
Style
Menu
TextInput Data Binding « Components « Flex
Flex
Components
TextInput Data Binding
1.
Sets value for a public variable and bind to TextInput
2.
Model with data binding to TextInput
3.
Binding to a TextInput control
4.
Binding 2 way between Form TextInput fields
5.
Binding one TextInput to another TextInput
6.
Bind variable to a TextInput
7.
Bind TextInput to Text
8.
Bind TextInput to Model
9.
Convert value in TextInput to number and bind
10.
Use
tag to define a data binding from a TextInput control to a Label control
11.
Bind data entered in a TextInput control to a data model
12.
Bind Label control to TextInput control's text
13.
Use one
tag along with curly brace syntax to bind the Label control's text to two different TextInput controls
14.
Bind TextInput to ArrayCollection with BindingUtils
15.
Binding a Text and TextInput
16.
Use curly braces ({}) syntax to show a Text control that gets its data from a TextInput control's text property
17.
Use curly braces ({}) syntax to show a Label control that gets its data from a TextInput control's text property
18.
Show a method with two parameters bound to the text properties of TextInput controls.
19.
Bound TextInput Control
20.
Cause a TextInput to modify the Label