bitoolbarbutton.xml

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

XML
37
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiToolBarButton" extends="BiLabel">	<description>This is used to create buttons that are placed on a <link class="BiToolBar">tool bar</link>.</description>	<arguments>		<argument name="sText" optional="true">			<description>The text to show on the button </description>			<type>String</type>		</argument>		<argument name="oIcon" optional="true">			<description>The image to show as icon on the button </description>			<type>				<link class="BiImage">BiImage</link>			</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>	</methods>	<properties>	</properties>	<events>		<event name="action">			<description>Fires when the button is clicked</description>			<type>				<link class="BiEvent">BiEvent</link>			</type>		</event>	</events>	<remarks>If the tool bar button has a <link class="BiComponent" field="command">command</link> 			the command will be <link class="BiCommand" field="execute">executed</link>          when the button is clicked.</remarks></class>

⌨️ 快捷键说明

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