How binding works in mxml components in flex? : Adobe Flex ActionScript
Answer / Sania Zehra
"In Adobe Flex, MXML components are used to create user interfaces. Binding allows the values of properties in a component to be automatically updated when the value of another property changes. For example:
```xml
<fx:Label text="{myStringVariable}" />
```
In this example, the `text` property of a Label component is bound to the value of a variable named `myStringVariable`. When the value of `myStringVariable` changes, the text of the label automatically updates."
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between data grid and advanced data grid?
Explain how binding works in mxml components in flex?
How long can I use the flex builder 3 beta 3 software? Can I extend the time limit?
What are the similarities between java and flex? : adobe flex action script
What is a view cursor?
What is state? : adobe flex action script
Difference between item renderer and item editors?
Tell some new capabilities / features of flash as 3.0?
What is cairnghorm in flex? How do we use it? : adobe flex action script
What is a resource manager in flex actionscript?
How can you show a jpg image in dynamic text field? : adobe flex action script
Explain the configuration details of blaze ds?