Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > Accordion component > Using the Accordion component > Accordion parameters | |||
You can set the following authoring parameters for each Accordion component instance in the Property inspector or the Component inspector (Window > Component Inspector menu option):
childIcons is an array that specifies the linkage identifiers of the library symbols to be used as the icons on the accordion's headers. The default value is [] (an empty array).
childLabels is an array that specifies the text labels to use on the accordion's headers. The default value is [] (an empty array).
childNames is an array that specifies the instance names of the accordion's children. The values that you enter are the instance names for the child symbols that you specify in the childSymbols parameter. The default value is [] (an empty array).
childSymbols is an array that specifies the linkage identifiers of the library symbols to be used to create the accordion's children. The default value is [] (an empty array).
You can set the following additional parameters for each Accordion component instance in the Component inspector (Window > Component Inspector):
enabled is a Boolean value that indicates whether the component can receive focus and input. The default value is true.
visible is a Boolean value that indicates whether the object is visible (true) or not (false). The default value is true.
|
NOTE |
|
The minHeight and minWidth properties are used by internal sizing routines. They are defined in UIObject, and are overridden by different components as needed. These properties can be used if you make a custom layout manager for your application. Otherwise, setting these properties in the Component inspector will have no visible effect. |
You can write ActionScript to control additional options for the Accordion component by using its properties, methods, and events. For more information, see Accordion class.
Flash CS3