What are three ways to skin a component in flex?
Answer / Satish Kumar Gupta
In Flex, 'skinning' a component means customizing its visual appearance. Here are three ways to do this:nn1. Using CSS: You can style components using Cascading Style Sheets (CSS).nn2. Using Skin State: You can create multiple skins for the same component, each representing a different state of the component.nn3. Creating Custom Skins: You can create custom skins by extending the UIComponent class and implementing your own visual representation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the function of exclude or exclude class related to the data or class?
Difference between sealed class and dynamic class?
Explain prevent default method?
How can u call Javascript from MXML?
can you write to the file system from flex?
What is the difference between viewstack vs viewstate?
How do we identify a component created in a repeater using flex? : adobe flex action script
How many levels does flash mx support? : adobe flex action script
Can we use text input/editable component as itemrenderer?
What is the difference between httpservice and data service? : adobe flex action script
What are the similarities between java and flex?
Explain about arguments of addeventlistener() method?