bidatacolumn.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 48 行
XML
48 行
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiDataColumn" extends="BiObject"> <description>This class represents a data column of a <link class="BiDataTable">data table</link>.</description> <arguments> <argument name="sName" optional="true"> <description>The name of the column </description> <type>String</type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> <property name="index" get="true"> <description>The index of the column in the table column array</description> <type>Number</type> </property> <property name="name" get="true"> <description>The name of the column.</description> <type>String</type> </property> <property name="table" get="true"> <description>The table the column is part of.</description> <type> <link class="BiDataTable">BiDataTable</link> </type> </property> <property name="dataType" get="true" set="true"> <description>The name of the type that values in this column has.</description> <type>String</type> </property> <property name="defaultValue" get="true" set="true"> <description>The default value for items in this column. This may be used by the <link class="BiDataRow">BiDataRow</link>.</description> <type>Object</type> </property> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?