Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How binding works in mxml components in flex? : Adobe Flex ActionScript



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

Post New Answer

More Adobe Flex Interview Questions

What are the config files used for connecting java and flex?

1 Answers  


What are the 2 ways to compile flex source file?

1 Answers  


What is the difference between changewatcher.watch, and bindingutils.bindproperty? : adobe flex action script

1 Answers  


Differences between defining bindings in mxml and actionscript? : adobe flex action script

1 Answers  


I need to load an image from flickr into my application. Do I need a crossdomain.xml file on flickr? : adobe flex action script

1 Answers  


What is the model-view-controller (mvc) pattern? : adobe flex action script

1 Answers  


Difference between cairngorm event and flex event?

1 Answers  


What is singleton class? Explain the steps to create a singleton class?

1 Answers  


What is a view cursor?

1 Answers  


Explain which of the recommended character to use to separate target level paths levels?

1 Answers  


What is the difference between sealed class and dynamic classes in flex?

1 Answers  


How do I get flex to query my database?

1 Answers  


Categories