« Programmation Flex » : différence entre les versions

Contenu supprimé Contenu ajouté
Ligne 179 :
*ApplicationControlBar
<source lang="xml">
<mx:ApplicationControlBar x="66" y="139"></mx:ApplicationControlBar>
 
</source>
*Canvas
<source lang="xml">
<mx:Canvas x="66" y="206" width="200" height="200"></mx:Canvas>
 
</source>
*ControlBar
<source lang="xml">
<mx:ControlBar x="10" y="166"></mx:ControlBar>
 
</source>
*Form
<source lang="xml">
<mx:Form x="10" y="259"></mx:Form>
 
</source>
*FormHeading
<source lang="xml">
<mx:FormHeading x="10" y="318" label="Heading"/>
 
</source>
*Grid
<source lang="xml">
<mx:Grid x="10" y="152">
 
<mx:GridRow width="100%" height="100%">
<mx:GridItem width="100%" height="100%">
</mx:GridItem>
<mx:GridItem width="100%" height="100%">
</mx:GridItem>
<mx:GridItem width="100%" height="100%">
</mx:GridItem>
</mx:GridRow>
<mx:GridRow width="100%" height="100%">
<mx:GridItem width="100%" height="100%">
</mx:GridItem>
<mx:GridItem width="100%" height="100%">
</mx:GridItem>
<mx:GridItem width="100%" height="100%">
</mx:GridItem>
</mx:GridRow>
<mx:GridRow width="100%" height="100%">
<mx:GridItem width="100%" height="100%">
</mx:GridItem>
<mx:GridItem width="100%" height="100%">
</mx:GridItem>
<mx:GridItem width="100%" height="100%">
</mx:GridItem>
</mx:GridRow>
</mx:Grid>
</source>
*HBox
<source lang="xml">
<mx:HBox x="66" y="111" width="100%"></mx:HBox>
 
</source>
*HDivideBox
<source lang="xml">
<mx:HDividedBox x="66" y="32" width="100%"></mx:HDividedBox>
 
</source>
*HRule
<source lang="xml">
<mx:HRule x="16" y="60"/>
 
</source>
*ModuleLoader
<source lang="xml">
<mx:ModuleLoader x="22" y="82"></mx:ModuleLoader>
 
</source>
*Panel
<source lang="xml">
<mx:Panel x="10" y="299" width="250" height="200" layout="absolute"></mx:Panel>
 
</source>
*Spacer
<source lang="xml">
<mx:Spacer x="53" y="30"/>
 
</source>
*Tile
<source lang="xml">
<mx:Tile x="33" y="92"></mx:Tile>
 
</source>
*TitleWindow
<source lang="xml">
<mx:TitleWindow x="33" y="159" width="250" height="200" layout="absolute"></mx:TitleWindow>
 
</source>
*VBox
<source lang="xml">
<mx:VBox x="10" y="120" height="100%"></mx:VBox>
 
</source>
*VDividedBox
<source lang="xml">
<mx:VDividedBox x="53" y="38" height="100%"></mx:VDividedBox>
 
</source>
*VRule
<source lang="xml">
<mx:VRule x="153" y="38"/>
 
</source>