📄 biaccordionpage.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiAccordionPage" extends="BiComponent"> <description>This class represents the pages inside a <link class="BiAccordionPane">BiAccordionPane</link>. A accordion page has a <link class="BiAccordionButton">BiAccordionButton</link> placed directly above its content, this button is used to set the page to be the only page in the parent <link class="BiAccordionPane">BiAccordionPane</link> to be shown.</description> <arguments> <argument name="sText" optional="true" default="Untitled"> <description>Text to show on the page button </description> <type>String</type> </argument> <argument name="oIcon" optional="true"> <description>Icon to show on the page button </description> <type> <link class="BiImage">BiImage</link> </type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> <property name="accordionButton" get="true"> <description>The page button</description> <type> <link class="BiAccordionButton">BiAccordionButton</link> </type> </property> <property name="text" get="true" set="true"> <description>The text to show on the page button</description> <type>String</type> </property> <property name="tabIndex" get="true" set="true"> <description>Setting this to less than 0 prevents the component from becoming focusable. The tab index is used to tell in what order to focus the components when navigating between components using the tab key.</description> <type>Number</type> </property> <property name="icon" get="true" set="true"> <description>The icon to show on the page button</description> <type>String</type> </property> <property name="contentPane" get="true" set="true"> <description>The content of the page</description> <type> <link class="BiComponent">BiComponent</link> </type> </property> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -