biaccordionbutton.xml

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

XML
36
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiAccordionButton" extends="BiButton">	<description>This button component is a internal part of <link class="BiAccordionPage">BiAccordionPage</link> and is used to expand the page.</description>	<arguments>		<argument name="sText" optional="true" default="Untitled">			<description>Text to show on the button </description>			<type>String</type>		</argument>		<argument name="oIcon" optional="true">			<description>Icon to show on the button </description>			<type>				<link class="BiImage">BiImage</link>			</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>	</methods>	<properties>		<property name="checked" get="true" set="true">			<description>Returns whether the parent <link class="BiAccordionPage">BiAccordionPage</link> is the currently expanded page.</description>			<type>Boolean</type>		</property>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

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