Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You can write you own button skin or use the one here <a href="http://www.wabysabi.com/flex/enhancedbuttonskin/" rel="nofollow">http://www.wabysabi.com/flex/enhancedbuttonskin/</a> named EnhancedButtonSkin.as (right-click, View-Source). Then declare your TabNavigator component and specify its tabStyleName.</p> <pre><code>&lt;mx:TabNavigator y="0" height="100%" right="0" left="0" id="navigator" tabStyleName="tab"&gt; </code></pre> <p>And now the css:</p> <pre><code> &lt;fx:Style&gt; .tab { upSkin:ClassReference('com.EnhancedButtonSkin'); overSkin:ClassReference('com.EnhancedButtonSkin'); downSkin:ClassReference('com.EnhancedButtonSkin'); disabledSkin:ClassReference('com.EnhancedButtonSkin'); selectedUpSkin:ClassReference('com.EnhancedButtonSkin'); selectedOverSkin:ClassReference('com.EnhancedButtonSkin'); selectedDownSkin:ClassReference('com.EnhancedButtonSkin'); selectedDisabledSkin:ClassReference('com.EnhancedButtonSkin'); cornerRadii: 5, 5, 0, 0; borderColors: #CC0000, #000000; overBorderColors: #003399, #003399; selectedBorderColors: #666666, #FFFFFF; borderThickness: 1; borderAlpha: 1; fillColors: #CC3300, #F98900; fillAlphas: 1, 1; fillColorRatios: 0, 255; overFillColors: #999999, #FFFFFF; overFillAlphas: 1, 1; overFillColorRatios: 0, 255; selectedFillColors: #999999, #FFFFFF; selectedFillAlphas: 1, 1; selectedFillColorRatios: 111, 255; highlightAlphas: 0, 0; color: #000000; textRollOverColor: #000000; fontSize: 13; } &lt;/fx:Style&gt; </code></pre> <p>This css will display: i.imgur.com/4HwD3.png</p> <p>Remy</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload