Package | flexlib.containers.accordionClasses |
Class | public class AccordionHeaderLocation |
Inheritance | 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.