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 do we use css styles in flex?



How do we use css styles in flex?..

Answer / Anurag Varshney

To apply CSS styles in Flex, you can either define them inline within the MXML tags or create a separate SWC file and import it. Here's an example of using inline CSS:

```xml
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" styleName="customStyle">
<mx:Script>
<!-- Your ActionScript code here -->
</mx:Script>
</mx:Application>

<!-- customStyle.css -->
.customStyle {
background-color: #f2f2f2;
font-family: Arial, sans-serif;
}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Adobe Flex Interview Questions

Can I resize the internet explorer browser window from flex? : adobe flex action script

1 Answers  


How do we overload functions in actionscript? : adobe flex action script

1 Answers  


When I have only a single record, why does not it appear in my datagrid?

1 Answers  


Explain the configuration details of blaze ds?

1 Answers  


What is stoppropagation() and stopimmediatepropagation()?

1 Answers  


I am sending my request, and I see the data traffic in the command window, but why is the result always empty?

1 Answers  


In which level does the original movie resides? : adobe flex action script

1 Answers  


What is a view cursor?

1 Answers  


I have I input text field on stage and I have a button also, further I am writing some text in that input text field. I want to save my written data on my local system (on my computer), how can I do this?

1 Answers  


Explain if the oilpump movie clip instance in path _root.car.engine.oilpump.clamp uses the following line of actionscript, _parent.someaction;, which movie clipinstance is being referenced? : adobe flex action script

1 Answers  


Is it possible to make httpservice requests synchronous in adobe flex?

1 Answers  


What keyword allows you to refer to private variables of a class in flex?

1 Answers  


Categories