📄 ext.dataview.html
字号:
<b>loadingText</b> : String <div class="mdesc"> <div class="short"> 当数据加载进行时显示的字符串(默认为undefined)。 If sp... </div> <div class="long"> 当数据加载进行时显示的字符串(默认为undefined)。 If specified, this text will be
displayed in a loading div and the view's contents will be cleared while loading, otherwise the view's
contents will continue to display normally until the new data is loaded and the contents are replaced.
</div> </div> </td> <td class="msource"> DataView </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="selectedClass-header"></a> <b>selectedClass</b> : String <div class="mdesc"> <div class="short"> 视图中每个选中项所应用到的CSS样式类(默认为'x-view-sele... </div> <div class="long"> 视图中每个选中项所应用到的CSS样式类(默认为'x-view-selected')
</div> </div> </td> <td class="msource"> DataView </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="emptyText-header"></a> <b>emptyText</b> : String <div class="mdesc"> <div class="short"> 没有数据显示时,向用户提示的信息(默认为'')
</div> <div class="long"> 没有数据显示时,向用户提示的信息(默认为'')
</div> </div> </td> <td class="msource"> DataView </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="height-header"></a> <b>height</b> : Number <div class="mdesc"> <div class="short"> 此组件的高度(单位象素)(缺省为auto)。
</div> <div class="long"> 此组件的高度(单位象素)(缺省为auto)。
</div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.BoxComponent" ext:member="#method-height" href="output/Ext.BoxComponent.html#method-height"> BoxComponent </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="width-header"></a> <b>width</b> : Number <div class="mdesc"> <div class="short"> 此组件的宽度(单位象素)(缺省为auto)。
</div> <div class="long"> 此组件的宽度(单位象素)(缺省为auto)。
</div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.BoxComponent" ext:member="#method-width" href="output/Ext.BoxComponent.html#method-width"> BoxComponent </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="autoHeight-header"></a> <b>autoHeight</b> : Boolean <div class="mdesc"> <div class="short"> True表示为使用height:'auto',false表示为使用固定... </div> <div class="long"> True表示为使用height:'auto',false表示为使用固定高度(缺省为false)。
</div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.BoxComponent" ext:member="#method-autoHeight" href="output/Ext.BoxComponent.html#method-autoHeight"> BoxComponent </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="autoWidth-header"></a> <b>autoWidth</b> : Boolean <div class="mdesc"> <div class="short"> True表示为使用width:'auto',false表示为使用固定宽... </div> <div class="long"> True表示为使用width:'auto',false表示为使用固定宽度(缺省为false)。
</div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.BoxComponent" ext:member="#method-autoWidth" href="output/Ext.BoxComponent.html#method-autoWidth"> BoxComponent </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="deferHeight-header"></a> <b>deferHeight</b> : Boolean <div class="mdesc"> <div class="short"> True表示为根据外置的组件延时计算高度,false表示允许该组件自行... </div> <div class="long"> True表示为根据外置的组件延时计算高度,false表示允许该组件自行设置高度(缺省为false)。
</div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.BoxComponent" ext:member="#method-deferHeight" href="output/Ext.BoxComponent.html#method-deferHeight"> BoxComponent </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="id-header"></a> <b>id</b> : String <div class="mdesc"> <div class="short"> 唯一的组件id(默认为自动分配的id)。 </div> <div class="long"> 唯一的组件id(默认为自动分配的id)。 </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.Component" ext:member="#method-id" href="output/Ext.Component.html#method-id"> Component </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="xtype-header"></a> <b>xtype</b> : String <div class="mdesc"> <div class="short"> The registered xtype to create. 用于... </div> <div class="long"> The registered xtype to create. 用于登记一个xtype。 This config option is not used when passing a config object into a constructor. This config option is used only when lazy instantiation is being used, and a child item of a Container is being specified not as a fully instantiated Component, but as a <i>Component config object</i>. The xtype will be looked up at render time up to determine what type of child Component to create.<br><br> The predefined xtypes are listed {@link Ext.Component here}. <br><br> If you subclass Components to create your own Components, you may register them using <a href="###" onClick="alert('Ext.ComponentMgr#registerType');">Ext.ComponentMgr#registerType</a> in order to be able to take advantage of lazy instantiation and rendering. </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.Component" ext:member="#method-xtype" href="output/Ext.Component.html#method-xtype"> Component </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="cls-header"></a> <b>cls</b> : String <div class="mdesc"> <div class="short"> 一个可选添加的CSS样式类,加入到组件的容器上(默认为'')。 这为容... </div> <div class="long"> 一个可选添加的CSS样式类,加入到组件的容器上(默认为'')。 这为容器或容器的子节点加入标准CSS规则提供了方便。 </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.Component"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -