Trying to add a skinClass to <mx:Form>
Posted
by rod
on Stack Overflow
See other posts from Stack Overflow
or by rod
Published on 2010-03-25T05:48:28Z
Indexed on
2010/03/25
5:53 UTC
Read the original article
Hit count: 417
I'm working with Flex4 and I'm trying to skin a form (add a background and a border to it, etc.)
I'm trying to do it the Flex 4 way with skinClass=""
<mx:Form skinClass="skins.MyFormSkin" />
but it's not accepting skinClass as a property.
How should I do it such that I'm still adhering to the best practices in Flex 4 (decoupling visuals from logic)?
© Stack Overflow or respective owner