| Package | flexlib.containers.accordionClasses |
| Class | public class AccordionHeaderLocation |
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 = "above"Only 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 = "below"Only applicable for a VAccordion. Places the header below the content.
| LEFT | constant |
public static const LEFT:String = "left"Only 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 = "right"Only applicable for a HAccordion. Places the header to the right of the content.