Remove Flex Component Border Skins
Just so I remember…
To remove the border skin from a Flex 2 Button or other Flex Components use the following CSS:
skin: ClassReference("mx.skins.ProgrammaticSkin");
Just so I remember…
To remove the border skin from a Flex 2 Button or other Flex Components use the following CSS:
skin: ClassReference("mx.skins.ProgrammaticSkin");
No comments yet.