bitreeviewdragheader.xml

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

XML
58
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiTreeViewDragHeader" extends="BiLabel">	<description>This component is used to show a header being dragged when the user is reorganizing the headers for a<link class="BiTreeView">BiTreeView</link>	</description>	<arguments>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>		<method name="syncToHeaderCell">			<description>This is called by the tree view to sync the drag header to a column</description>			<arguments>				<argument name="oTreeView">					<description>The tree view that the we are reorganizing the columns for</description>					<type>						<link class="BiTreeView">BiTreeView</link>					</type>				</argument>				<argument name="nCol">					<description>The column index</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>		<method name="startMove">			<description>Called when the user starts the dragging</description>			<arguments>				<argument name="e">					<description>The mouse event that initiated the drag</description>					<type>						<link class="BiMouseEvent">BiMouseEvent</link>					</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>	</methods>	<properties>		<property name="column" get="true">			<description>The index for the column that this is representing</description>			<type>Number</type>		</property>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

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