bitreeviewdragheadermarker.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 43 行
XML
43 行
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiTreeViewDragHeaderMarker" extends="BiComponent"> <description>This class is used with<link class="BiTreeView">BiTreeView</link> when the columns are being reorder to give feedback where the column will be dropped</description> <arguments> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> <method name="syncToHeaderCell"> <description>This is called by the tree view to show the drag header marker</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 index of the column that the marker should be placed before</description> <type>Number</type> </argument> </arguments> <returns> <type>void</type> </returns> </method> </methods> <properties> <property name="column" get="true"> <description>The index of the column that the marker should be placed before</description> <type>Number</type> </property> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?