biaccordionpage.xml

来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 59 行

XML
59
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?