Styling buttons of Flex TabNavigator
Posted
by donpal
on Stack Overflow
See other posts from Stack Overflow
or by donpal
Published on 2010-05-22T19:16:36Z
Indexed on
2010/05/22
19:20 UTC
Read the original article
Hit count: 287
I created a TabNavigator
with a bunch of NavigatorContent
inside it, and want to skin just the buttons of the tabs themselves. So I added a skinClass
, but looks like in the documentation, there's no skin part to target the button specifically.
Do I have to style the mx:TabNavigator
itself to accomplish this? I was hoping not since I don't know how to style mx
components and am more comfortable with styling spark
.
Any other alternatives that I didn't think about?
© Stack Overflow or respective owner