bidatasetdatamodel.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 50 行
XML
50 行
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiDataSetDataModel" extends="BiTreeViewDataModel"> <description>This is a data model for<link class="BiTreeView">BiTreeView</link> that takes a<link class="BiDataSet">BiDataSet</link> as the data</description> <arguments> <argument name="oDataSet" optional="true"> <description>Optional initial data set. This can be set later. The data set can be either a<link class="BiDataSet">BiDataSet</link> or a<link class="BiDataSetTable">BiDataSetTable</link>. If a data set is used then the first table in the data set will be used</description> <type> <link class="BiDataSet">BiDataSet</link> </type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> <property name="dataSet" get="true" set="true"> <description>The data set to use as the data for the model</description> <type> <link class="BiDataSet">BiDataSet</link>/BiDataSetTable</type> </property> </properties> <events> <event name="datastructurechanged"> <description>This event is fired after a major data structure change</description> <type> <link class="BiTreeViewDataModelEvent">BiTreeViewDataModelEvent</link> </type> </event> <event name="beforedatastructurechanged"> <description>This event happens before the data has actually changed. This happens before <link>datastructurechanged</link> event and the old data is still available.</description> <type> <link class="BiTreeViewDataModelEvent">BiTreeViewDataModelEvent</link> </type> </event> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?