bigridselectionmodel.xml

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

XML
38
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiGridSelectionModel" extends="BiSelectionModel">	<description>This class handles the selection of <link class="BiGridRow">rows</link> or <link class="BiGridCell">cells</link> in a <link class="BiGrid">grid</link>.</description>	<arguments>		<argument name="oGrid">			<description>The grid component that the selection 						model should handle</description>			<type>				<link class="BiGrid">BiGrid</link>			</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>	</methods>	<properties>		<property name="selectionMode" get="true" set="true">			<description>The grid selection model supports both selection entire rows and individual grid cells. Valid values are:<br>				</br>				<br>				</br> row<br>				</br> cell</description>			<type>String</type>		</property>	</properties>	<events>	</events>	<remarks>Changing the <link>selectionMode</link> loses the current selection.</remarks></class>

⌨️ 快捷键说明

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