ActionScript 2.0 Components Language Reference |
|
|
|
| Accordion component > Customizing the Accordion component > Using skins with the Accordion component | |||
The Accordion component uses skins to represent the visual states of its header buttons. To skin the buttons and title bar while authoring, modify skin symbols in the Flash UI Components 2/Themes/MMDefault/Accordion Assets skins states folder in the library of one of the themes' FLA files. For more information, see About skinning components in Using ActionScript 2.0 Components.
An Accordion component is composed of its border, background, header buttons, and children. The border and background are provided by the RectBorder class by default. For information on skinning the RectBorder class, see RectBorder class. You can skin the headers with the skins listed below.
|
Property |
Description |
Default value |
|---|---|---|
falseUpSkin
|
The up (normal) state of the header above all collapsed children. |
accordionHeaderSkin
|
falseDownSkin
|
The pressed state of the header above all collapsed children. |
accordionHeaderSkin
|
falseOverSkin
|
The rolled-over state of the header above all collapsed children. |
accordionHeaderSkin
|
falseDisabled
|
The disabled state of the header above all collapsed children. |
accordionHeaderSkin
|
trueUpSkin
|
The up (normal) state of the header above the expanded child. |
accordionHeaderSkin
|
trueDownSkin
|
The pressed state of the header above the expanded child. |
accordionHeaderSkin
|
trueOverSkin
|
The rolled-over state of the header above the expanded child. |
accordionHeaderSkin
|
trueDisabledSkin
|
The disabled state of the header above the expanded child. |
accordionHeaderSkin
|
|
|
|
|