bigriddatamodel.xml

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

XML
81
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiGridDataModel" extends="BiTreeViewDataModel">	<description>This data model takes an array of arrays containing the text for a grid. This data model is to be used with<link class="BiTreeView">BiTreeView</link>	</description>	<arguments>		<argument name="oData" optional="true">			<description>Optional matrix to use as the data</description>			<type>Object[][]</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>		<method name="getDataAt">			<description>This returns the data at row y</description>			<arguments>				<argument name="y">					<description>The index of the row</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>Object[]</type>			</returns>		</method>		<method name="setDataAt">			<description>Sets the data at row y</description>			<arguments>				<argument name="y">					<description>The index of the row</description>					<type>Number</type>				</argument>				<argument name="oData">					<description>The new data</description>					<type>Object[]</type>				</argument>			</arguments>			<returns>				<type>Object[]</type>			</returns>		</method>		<method name="removeRowAt">			<description>removes the row at the given row index</description>			<arguments>				<argument name="y">					<description>the index of the row to remove</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>		<method name="insertRowAt">			<description>inserts a new object into the tree rows</description>			<arguments>				<argument name="obj">					<description>the object describing the data</description>					<type>Object</type>				</argument>				<argument name="y">					<description>the index of the row where to insert</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>	</methods>	<properties>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

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