bitoolbarradiobutton.xml

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

XML
43
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiToolBarRadioButton" extends="BiToolBarToggleButton">	<description>This represents a radio button that can be placed on a <link class="BiToolBar">tool bar</link>. To group different tool bar radio buttons into a radio group use the <link class="BiRadioGroup">BiRadioGroup</link> class in the same way it would be used for normal <link class="BiRadioButton">radio buttons</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>		<argument name="bChecked" optional="true" default="false">			<description>Whether the button is checked or not </description>			<type>Boolean</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>	</methods>	<properties>		<property name="group" get="true" set="true">			<description>The group that the radio button should be part of</description>			<type>				<link class="BiRadioGroup">BiRadioGroup</link>			</type>		</property>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

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