bigridheader.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 60 行
XML
60 行
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiGridHeader" extends="BiLabel"> <description>This represents a header cell for the <link class="BiGridHeaders">headers</link> of a <link class="BiGrid">grid</link> or a <link class="BiTree">tree</link>.</description> <arguments> <argument name="sText" optional="true"> <description>The text to show on the header. </description> <type>String</type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> <property name="resizable" get="true" set="true"> <description>Whether the user can resize the current header.</description> <type>Boolean</type> </property> <property name="sortable" get="true" set="true"> <description>Whether the user can click on the header to sort by that column.</description> <type>Boolean</type> </property> <property name="movable" get="true" set="true"> <description>Whether the user can move the current header.</description> <type>Boolean</type> </property> <property name="columnIndex" get="true"> <description>The column index of the header</description> <type>Number</type> </property> <property name="ascending" get="true" set="true"> <description>When this is <code>true</code> a down arrow is shown as the icon of the header. When <code>false</code> an up arrow and when <code>null</code> no icon is shown.</description> <type>Boolean</type> </property> <property name="ascendingIcon" get="true" set="true"> <description>The icon to use for the sort arrow when sorting ascendingly</description> <type> <link class="BiImage">BiImage</link> </type> </property> <property name="descendingIcon" get="true" set="true"> <description>The icon to use for the sort arrow when sorting descendingly</description> <type> <link class="BiImage">BiImage</link> </type> </property> </properties> <events> </events> <remarks>Do not use the <link class="BiLabel" field="icon">icon</link> property because that is used for the sort arrows.</remarks></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?