📄 ext.tree.asynctreenode.html
字号:
<div class="mdesc"> <div class="short">
该树的根节点
</div> <div class="long">
该树的根节点
</div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.data.Tree" ext:member="#method-root" href="output/Ext.data.Tree.html#method-root"> Tree </a> </td> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="attributes-activeItem"></a> <b> attributes: this.</b> <div class="mdesc"> <div class="short">
The attributes supplied for the n... </div> <div class="long">
The attributes supplied for the node. You can use this property to access any custom attributes you supplied.
</div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.data.Node" ext:member="#method-attributes" href="output/Ext.data.Node.html#method-attributes"> Node </a> </td> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="id-activeItem"></a> <b> id: this.</b> <div class="mdesc"> <div class="short">
节点ID。 </div> <div class="long">
节点ID。 </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.data.Node" ext:member="#method-id" href="output/Ext.data.Node.html#method-id"> Node </a> </td> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="childNodes-activeItem"></a> <b> childNodes: this.</b> <div class="mdesc"> <div class="short">
此节点的所有子节点。 </div> <div class="long">
此节点的所有子节点。 </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.data.Node" ext:member="#method-childNodes" href="output/Ext.data.Node.html#method-childNodes"> Node </a> </td> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="parentNode-activeItem"></a> <b> parentNode: this.</b> <div class="mdesc"> <div class="short">
此节点的父节点. </div> <div class="long">
此节点的父节点. </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.data.Node" ext:member="#method-parentNode" href="output/Ext.data.Node.html#method-parentNode"> Node </a> </td> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="firstChild-activeItem"></a> <b> firstChild: this.</b> <div class="mdesc"> <div class="short">
The first direct child node of th... </div> <div class="long">
The first direct child node of this node, or null if this node has no child nodes. </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.data.Node" ext:member="#method-firstChild" href="output/Ext.data.Node.html#method-firstChild"> Node </a> </td> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="lastChild-activeItem"></a> <b> lastChild: this.</b> <div class="mdesc"> <div class="short">
The last direct child node of thi... </div> <div class="long">
The last direct child node of this node, or null if this node has no child nodes. </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.data.Node" ext:member="#method-lastChild" href="output/Ext.data.Node.html#method-lastChild"> Node </a> </td> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="previousSibling-activeItem"></a> <b> previousSibling: this.</b> <div class="mdesc"> <div class="short">
The node immediately preceding th... </div> <div class="long">
The node immediately preceding this node in the tree, or null if there is no sibling node. </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.data.Node" ext:member="#method-previousSibling" href="output/Ext.data.Node.html#method-previousSibling"> Node </a> </td> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="nextSibling-activeItem"></a> <b> nextSibling: this.</b> <div class="mdesc"> <div class="short">
The node immediately following th... </div> <div class="long">
The node immediately following this node in the tree, or null if there is no sibling node. </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.data.Node" ext:member="#method-nextSibling" href="output/Ext.data.Node.html#method-nextSibling"> Node </a> </td> </tr> </table> <a id="Ext.tree.AsyncTreeNode-methods"></a> <h2>公共方法</h2> <table cellspacing="0" class="member-table"> <tr> <th class="sig-header" colspan="2"> 方法 </th> <th class="msource-header"> 定义者 </th> </tr> <tr class="method-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <!--ClassName--><a id="AsyncTreeNode-AsyncTreeNode"></a> <b>AsyncTreeNode</b> ( <code> Object/String attributes </code> ) : Ext.tree.AsyncTreeNode <div class="mdesc"> <div class="short"> 构造器 </div> <div class="long"> 构造器 <div class="mdetail-params"> <strong>参数项:</strong> <ul> <li> <code> attributes </code> : Object/String <div class="sub-desc"> 该节点的属性/配置对象,也可以是带有文本的一个字符串 </div> </li>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -