bitree2cell.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 45 行
XML
45 行
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiTree2Cell" extends="BiObject"> <description>This is used for the cells in a<link class="BiTree2Row">BiTree2Row</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="BiTree2Row">BiTree2Row</link> </type> </property> <property name="tree" get="true"> <description>The tree that the cell is part of</description> <type> <link class="BiTree2">BiTree2</link> </type> </property> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?