biaccordionpane.xml

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

XML
53
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiAccordionPane" extends="BiComponent">	<description>This class is used for creating accordion controls. A accordion control contains one or more <link class="BiAccordionPage">BiAccordionPage</link>. Each accordion page also has a <link class="BiAccordionButton">BiAccordionButton</link> that is shown above the page and when the button is clicked the page is shown.<br>		</br> Pages are oriented vertically from top to bottom and can either be statically shown or animated.<br>		</br>		<br>		</br> The property <link>animationSpeed</link> (a) alters the speed (s) in proportion to the animated page height (h), using the following formula h<sub>2</sub> = h<sub>1</sub> - h<sub>1</sub> / a, every 0.05 s. <br>		</br>	</description>	<arguments>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>	</methods>	<properties>		<property name="animated" get="true" set="true">			<description>Whether the pages are animated or not</description>			<type>Boolean</type>		</property>		<property name="animationSpeed" get="true" set="true">			<description>Animation speed ( 1 - infinite ) where 1 is the same as setting animated to false. Default value is 1.4</description>			<type>Float</type>		</property>		<property name="selected" get="true" set="true">			<description>The currently selected accordion button.</description>			<type>				<link class="BiAccordionButton">BiAccordionButton</link>			</type>		</property>		<property name="isAnimated" get="true">			<description>Returns whether the pages are currently animated.</description>			<type>Boolean</type>		</property>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?