A SkinnableContainer container with four Button controls as its children : Skin « Style « Flex






A SkinnableContainer container with four Button controls as its children

A SkinnableContainer container with four Button controls as its children
        

<!--
Code from Flex 4 Documentation "Using Adobe Flex 4".

This user guide is licensed for use under the terms of the Creative Commons Attribution 
Non-Commercial 3.0 License. 

This License allows users to copy, distribute, and transmit the user guide for noncommercial 
purposes only so long as 
  (1) proper attribution to Adobe is given as the owner of the user guide; and 
  (2) any reuse or distribution of the user guide contains a notice that use of the user guide is governed by these terms. 
The best way to provide notice is to include the following link. 
To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/

-->


<!-- containers\spark\SparkContainerSimple.mxml -->
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:mx="library://ns.adobe.com/flex/mx"
    xmlns:s="library://ns.adobe.com/flex/spark">
    <s:SkinnableContainer>
        <s:layout>
            <s:HorizontalLayout />
        </s:layout>
        <s:Button label="Button 1" />
        <s:Button label="Button 2" />
        <s:Button label="Button 3" />
        <s:Button label="Button 4" />
    </s:SkinnableContainer>
</s:Application>

   
    
    
    
    
    
    
    
  








Related examples in the same category

1.Skinning a Button component using inline stylesSkinning a Button component using inline styles
2.Use graphical skins for the up, over, and down states of the Button controlUse graphical skins for the up, over, and down states of the Button control
3.Set skins for a Button control by using the overSkin, upSkin, and downSkin style propertiesSet skins for a Button control by using the overSkin, upSkin, and downSkin style properties
4.A SkinnableContainer with a Line component between two Button componentsA SkinnableContainer with a Line component between two Button components
5.Draw a border around a VGroup that contains Button controls without using a custom skin classDraw a border around a VGroup that contains Button controls without using a custom skin class
6.Using graphical skins for the up, over, and down states of the Button control
7.Replace MX Button control's up, over, and down skins with individual symbols from a SWF file
8.Set Button skins with overSkin, upSkin, and downSkin style propertiesSet Button skins with overSkin, upSkin, and downSkin style properties
9.Using static SWF assets as skins
10.Creating graphical skinsCreating graphical skins
11.Assign graphic or programmatic skin to two or more skinsAssign graphic or programmatic skin to two or more skins
12.Skinning subcomponentsSkinning subcomponents
13.Applying graphical overSkin, upSkin, downSkin inlineApplying graphical overSkin, upSkin, downSkin inline