« Programmation Flex » : différence entre les versions

Contenu supprimé Contenu ajouté
Ligne 44 :
</source>
*Button
<source lang="xml">
<mx:Button
Properties
autoRepeat="false|true"
emphasized="false|true"
label=""
labelPlacement="right|left|bottom|top"
selected="false|true"
selectedField="null"
stickyHighlighting="false|true"
toggle="false|true"
 
Styles
borderColor="0xAAB3B3"
color="0x0B333C"
cornerRadius="4"
disabledColor="0xAAB3B3"
disabledIcon="null"
disabledSkin="mx.skins.halo.ButtonSkin"
downIcon="null"
downSkin="mx.skins.halo.ButtonSkin"
fillAlphas="[0.6, 0.4]"
fillColors="[0xE6EEEE, 0xFFFFFF]"
focusAlpha="0.5"
focusRoundedCorners"tl tr bl br"
fontAntiAliasType="advanced"
fontFamily="Verdana"
fontGridFitType="pixel"
fontSharpness="0"
fontSize="10"
fontStyle="normal|italic"
fontThickness="0"
fontWeight="normal|bold"
highlightAlphas="[0.3, 0.0]"
horizontalGap="2"
icon="null"
leading="2"
overIcon="No default"
overSkin="mx.skins.halo.ButtonSkin"
paddingBottom="0"
paddingLeft="0"
paddingRight="0"
paddingTop="0"
repeatDelay="500"
repeatInterval="35"
selectedDisabledIcon="null"
selectedDisabledSkin="mx.skins.halo.ButtonSkin"
selectedDownIcon="No default"
selectedDownSkin="mx.skins.halo.ButtonSkin"
selectedOverIcon="null"
selectedOverSkin="mx.skins.halo.ButtonSkin"
selectedUpIcon="null"
selectedUpSkin="mx.skins.halo.ButtonSkin"
textAlign="center|left|right"
textDecoration="none|underline"
textIndent="0"
textRollOverColor="0x2B333C"
textSelectedColor="0x000000"
upIcon="null"
upSkin="mx.skins.halo.ButtonSkin"
verticalGap="2"
 
Events
buttonDown="No default"
change="No default"
dataChange="No default"
/>
</source>
<source lang="xml">
<mx:Button label="Button"/>