Ow binding works in mxml components in flex? : adobe flex action script
Answer / Anurag Lohant
In Adobe Flex, OW (One Way) binding is used to bind a property of a component to a constant value or a property of another object. It means the bound property can be read but not written. This is achieved using brackets [] and the equals sign = in MXML syntax. For example: `<mx:Label text="{myConstant}" />` sets the label's text property to the value of myConstant.
| Is This Answer Correct ? | 0 Yes | 0 No |
I am going to add images into a tag. How will it resize itself in adobe flex actionscript? : adobe flex action script
What is the difference between Flex 2.0 & 3.0?
What happens if an .swf is loaded into a already occupied level?
How can u use 2 styles at the same time?
Will I need to upgrade my air sdk along with flex 3 beta 3?
What did adobe announce regarding flex?
Explain Life cycle of flex appln/component?
What is the function of exclude or exclude class related to the data or class?
Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener? : adobe flex action script
What are sealed classes in flex?
What is default frame rate of the timeline in frame per second?
What is the problem with calling setstyle()? : adobe flex action script