biolapgriddragevent.xml

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

XML
85
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiOlapGridDragEvent" extends="BiDragEvent">	<description>This event is used for events related to some drag and drop inside the OLAP grid.</description>	<arguments>		<argument name="sType">			<description>The name/type of the event</description>			<type>String</type>		</argument>		<argument name="oDragEvent">			<description>The drag and drop event this is based on</description>			<type>				<link class="BiDragEvent">BiDragEvent</link>			</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>		<field name="BEFORE">			<description>Whether the relative positon is before the destination cell info</description>			<type>Number</type>		</field>		<field name="AFTER">			<description>Whether the relative positon is after the destination cell info</description>			<type>Number</type>		</field>		<field name="OVER">			<description>Whether the relative positon is over (not before or after) the destination cell info</description>			<type>Number</type>		</field>	</staticFields>	<methods>		<method name="initEvent">			<description>Initializes a few fields</description>			<arguments>				<argument name="oSrc">					<description>The cell info for the start cell in the 										OLAP grid</description>					<type>						<link class="BiOlapGridCellInfo">BiOlapGridCellInfo</link>					</type>				</argument>				<argument name="oDst">					<description>The destination cell info for the OLAP grid</description>					<type>						<link class="BiOlapGridCellInfo">BiOlapGridCellInfo</link>					</type>				</argument>				<argument name="nRelative" optional="true">					<description>Number describing where the drop/over occured. </description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>	</methods>	<properties>		<property name="destinationInfo" get="true">			<description>The destionation cell info</description>			<type>				<link class="BiOlapGridCellInfo">BiOlapGridCellInfo</link>			</type>		</property>		<property name="sourceInfo" get="true">			<description>The source cell info</description>			<type>				<link class="BiOlapGridCellInfo">BiOlapGridCellInfo</link>			</type>		</property>		<property name="relative" get="true">			<description>The relative postion to the destionation cell. This is either<link class="BiOlapGridDragEvent">BiOlapGridDragEvent</link>.BEFORE,<link class="BiOlapGridDragEvent">BiOlapGridDragEvent</link>.OVER or<link class="BiOlapGridDragEvent">BiOlapGridDragEvent</link>.AFTER.</description>			<type>Number</type>		</property>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

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