bigrid2.xml

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

XML
109
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiGrid2" extends="BiTreeView">	<description>This component is a special case of<link class="BiTreeView">BiTreeView</link> which has an interface which is similar to<link class="BiGrid">BiGrid</link>	</description>	<arguments>		<argument name="oGridData" optional="true">			<description>Optional data to initialize the grid 									with.</description>			<type>Object[][]</type>		</argument>		<argument name="oColumnNames" optional="true">			<description>Optional string array telling what to 									show on the grid headers.</description>			<type>String[]</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>		<method name="addRow">			<description>Adds a row to the grid</description>			<arguments>				<argument name="oChild">					<description>The row to add to the grid</description>					<type>						<link class="BiGrid2Row">BiGrid2Row</link>					</type>				</argument>				<argument name="oBefore" optional="true">					<description>Optional argument telling what row to insert before</description>					<type>						<link class="BiGrid2Row">BiGrid2Row</link>					</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>		<method name="removeRow">			<description>Removes a row item from the grid</description>			<arguments>				<argument name="oChild">					<description>The row to remove</description>					<type>						<link class="BiGrid2Row">BiGrid2Row</link>					</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>		<method name="removeAll">			<description>This removes all the rows</description>			<arguments>			</arguments>			<returns>				<type>void</type>			</returns>		</method>	</methods>	<properties>		<property name="columnCount" get="true" set="true">			<description>The number of columns in the grid</description>			<type>Number</type>		</property>		<property name="columnNames" get="true" set="true">			<description>The text to show on the headers of the grid</description>			<type>String[]</type>		</property>		<property name="columnWidths" get="true" set="true">			<description>The widths of the columns of the grid</description>			<type>String[]</type>		</property>		<property name="columnOrders" get="true" set="true">			<description>The order of the columns. This an array containing the indexes of the columns.</description>			<type>Number[]</type>		</property>		<property name="showHeaders" get="true" set="true">			<description>Whether to show the headers for the grid</description>			<type>Boolean</type>		</property>		<property name="showRowHeaders" get="true" set="true">			<description>Whether to show the row headers for the grid</description>			<type>Boolean</type>		</property>		<property name="showGridLines" get="true" set="true">			<description>Whether to show grid lines between the cells in the grid</description>			<type>Boolean</type>		</property>		<property name="rows" get="true">			<description>The rows in the grid</description>			<type>				<link class="BiGrid2Row">BiGrid2Row[]</link>			</type>		</property>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

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