📄 accordionheaderlocation.as
字号:
package flexlib.containers.accordionClasses{ /** * Defines static constants to specify the header location for a VAccordion or HAccordion. * * @see flexlib.containers.VAccordion * @see flexlib.containers.HAccordion */ public class AccordionHeaderLocation { /** * 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. */ static public const ABOVE:String = "above"; /** * Only applicable for a VAccordion. Places the header below the content. */ static public const BELOW:String = "below"; /** * Only applicable for a HAccordion. Places the header to the left of the content. * This is the default setting for a HAccordion. */ static public const LEFT:String = "left"; /** * Only applicable for a HAccordion. Places the header to the right of the content. */ static public const RIGHT:String = "right"; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -