| Package | flexlib.containers.accordionClasses |
| Class | public class AccordionHeaderLocation |
| Inheritance | AccordionHeaderLocation Object |
See also
| Constant | Defined By | ||
|---|---|---|---|
| ABOVE : String = above [static]
Only applicable for a VAccordion. | AccordionHeaderLocation | ||
| BELOW : String = below [static]
Only applicable for a VAccordion. | AccordionHeaderLocation | ||
| LEFT : String = left [static]
Only applicable for a HAccordion. | AccordionHeaderLocation | ||
| RIGHT : String = right [static]
Only applicable for a HAccordion. | AccordionHeaderLocation | ||
| ABOVE | Constant |
public static const ABOVE:String = aboveOnly applicable for a VAccordion. Places the header above the content. This is the normal Accordion functionality and is the default setting for a VAccordion.
| BELOW | Constant |
public static const BELOW:String = belowOnly applicable for a VAccordion. Places the header below the content.
| LEFT | Constant |
public static const LEFT:String = leftOnly applicable for a HAccordion. Places the header to the left of the content. This is the default setting for a HAccordion.
| RIGHT | Constant |
public static const RIGHT:String = rightOnly applicable for a HAccordion. Places the header to the right of the content.