bitabbutton.xml

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

XML
39
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiTabButton" extends="BiToolBarRadioButton">	<description>This class is used to display tabs for a<link class="BiTabPane">BiTabPane</link> or a<link class="BiTabBar">BiTabBar</link>	</description>	<arguments>		<argument name="sText" optional="true" default="Untitled">			<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>		<property name="alignment" get="true" set="true">			<description>This describes whether the tab button should be drawn so that it looks like it would be at the top of a tab pane or at the bottom of a tab pane. Supported values are <code>top</code> and <code>bottom</code>.</description>			<type>String</type>		</property>	</properties>	<events>	</events>	<remarks>There is no need to manually handle the 			<link class="BiToolBarRadioButton" field="group">radio group</link>          because that is handled by the <link class="BiTabBar">tab bar</link> when          the button is added and removed.</remarks></class>

⌨️ 快捷键说明

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