Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
There should be a way to set the skin on a skinnablecomponent to a skin instance, rather than a new class. Something like:
<Button>
<skin>
<Skin>
...
</Skin>
</skin>
</Button>