bigroupbox.xml

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

XML
51
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiGroupBox" extends="BiComponent">	<description>This class is used for creating group boxes. A group box is a container with a border and possibly a title at the top.</description>	<arguments>		<argument name="sText" optional="true">			<description>The text to show on the title </description>			<type>String</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>	</methods>	<properties>		<property name="groupBoxTitle" get="true" set="true">			<description>This property points to the<link class="BiGroupBoxTitle">BiGroupBoxTitle</link> component which handles the title of the group box.</description>			<type>				<link class="BiGroupBoxTitle">BiGroupBoxTitle</link>			</type>		</property>		<property name="titlePosition" get="true" set="true">			<description>The position of the title. Valid values are:<br>				</br>				<br>				</br>				<code>left</code>				<br>				</br>				<code>center</code>				<br>				</br>				<code>right</code>			</description>			<type>String</type>		</property>		<property name="text" get="true" set="true">			<description>Sets the text of the title. Setting this to <code>null</code> removes the title.</description>			<type>String</type>		</property>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

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