bigrid2cell.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 57 行
XML
57 行
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiGrid2Cell" extends="BiObject"> <description>This is used for the cells in a<link class="BiGrid2Row">BiGrid2Row</link> row</description> <arguments> <argument name="oData" optional="true"> <description>Optional data associated with the cell. The data is used as text on the cell</description> <type>Object</type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> <property name="labelHtml" get="true"> <description>Returns the HTML string that should be displayed in the cell</description> <type>String</type> </property> <property name="data" get="true" set="true"> <description>The data that is associated with the cell</description> <type>Object</type> </property> <property name="row" get="true"> <description>The row that the cell is part of</description> <type> <link class="BiGrid2Row">BiGrid2Row</link> </type> </property> <property name="grid" get="true"> <description>The grid that the cell is part of</description> <type> <link class="BiGrid2">BiGrid2</link> </type> </property> <property name="selected" get="true"> <description>Whether the cell is selected</description> <type>Boolean</type> </property> <property name="isLead" get="true"> <description>Whether the cell is the lead item of the selection</description> <type>Boolean</type> </property> <property name="isAnchor" get="true"> <description>Whether the cell is the selection anchor for the current selection</description> <type>Boolean</type> </property> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?