📄 bigrid2cell.xml
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -