⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ext.data.node.html

📁 Ext中文API,学习ext的同志只要你学会ext里的一种控件后其实其他的就大同小异了
💻 HTML
📖 第 1 页 / 共 5 页
字号:
                            <tr class="property-row inherited expandable">                    <td class="micon">                        <a class="exi" href="#expand">&nbsp;</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">                    							                                                Node                                            </td>                </tr>                            <tr class="property-row inherited expandable">                    <td class="micon">                        <a class="exi" href="#expand">&nbsp;</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">                    							                                                Node                                            </td>                </tr>                            <tr class="property-row inherited expandable">                    <td class="micon">                        <a class="exi" href="#expand">&nbsp;</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">                    							                                                Node                                            </td>                </tr>                            <tr class="property-row inherited expandable">                    <td class="micon">                        <a class="exi" href="#expand">&nbsp;</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">                    							                                                Node                                            </td>                </tr>                    </table>            <a id="Ext.data.Node-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">&nbsp;</a>                    </td>                    <td class="sig">                        <!--ClassName--><a id="Tree-Tree"></a>                        <b>Tree</b>                        (                                                                                    <code>                                    <span class='optional'>[Node root]</span>                                </code>                                                    )                                                    : Ext.data.Tree                                                <div class="mdesc">                            <div class="short">                                构造器                             </div>                            <div class="long">                                构造器                                <div class="mdetail-params">                                    <strong>参数项:</strong>                                    <ul>                                                                                    <li>                                                <code>                                                    root                                                </code> : Node                                                <div class="sub-desc">                                                                                                    </div>                                            </li>                                                                            </ul>                                    <b>返回:</b>                                    <ul>                                        <li>                                            <code>                                                Ext.data.Tree                                            </code>                                                                                    </li>                                    </ul>                                </div>                            </div>                        </div>                    </td>                    <td class="msource">                                                    <!--如果这不是同个namespace下--><a ext:cls="Ext.data.Tree" ext:member="#method-Tree" href="output/Ext.data.Tree.html#method-Tree">                                                Tree                                                </a>                                        </td>                </tr>                            <tr class="method-row expandable">                    <td class="micon">                        <a class="exi" href="#expand">&nbsp;</a>                    </td>                    <td class="sig">                        <!--ClassName--><a id="getRootNode-getRootNode"></a>                        <b>getRootNode</b>                        (                        )                                                    : Node                                                <div class="mdesc">                            <div class="short">                                
 为这棵树返回根节点。
                             </div>                            <div class="long">                                
 为这棵树返回根节点。
                                <div class="mdetail-params">                                    <strong>参数项:</strong>                                    <ul>                                                                            </ul>                                    <b>返回:</b>                                    <ul>                                        <li>                                            <code>                                                Node                                            </code>                                            */                                        </li>                                    </ul>                                </div>                            </div>                        </div>                    </td>                    <td class="msource">                                                    <!--如果这不是同个namespace下--><a ext:cls="Ext.data.Tree" ext:member="#method-getRootNode" href="output/Ext.data.Tree.html#method-getRootNode">                                                Tree                                                </a>                                        </td>                </tr>                            <tr class="method-row expandable">                    <td class="micon">                        <a class="exi" href="#expand">&nbsp;</a>                    </td>                    <td class="sig">                        <!--ClassName--><a id="setRootNode-setRootNode"></a>                        <b>setRootNode</b>                        (                                                                                    <code>                                    Node node                                </code>                                                    )                                                    : Node                                                <div class="mdesc">                            <div class="short">                                
 设置这棵树的根节点。
                             </div>                            <div class="long">                                
 设置这棵树的根节点。
                                <div class="mdetail-params">                                    <strong>参数项:</strong>                                    <ul>                                                                                    <li>                                                <code>                                                    node                                                </code> : Node                                                <div class="sub-desc">                                                    节点                                                </div>                                            </li>                                                                            </ul>                                    <b>返回:</b>                                    <ul>                                        <li>                                            <code>                                                Node                                            </code>                                            */                                        </li>                                    </ul>                                </div>                            </div>                        </div>                    </td>                    <td class="msource">                                                    <!--如果这不是同个namespace下--><a ext:cls="Ext.data.Tree" ext:member="#method-setRootNode" href="output/Ext.data.Tree.html#method-setRootNode">                                                Tree                                                </a>                                        </td>                </tr>                            <tr class="method-row expandable">                    <td class="micon">                        <a class="exi" href="#expand">&nbsp;</a>                    </td>                    <td class="sig">                        <!--ClassName--><a id="getNodeById-getNodeById"></a>                        <b>getNodeById</b>                        (                                                                                    <code>                                    String id                                </code>                                                    )                                                    : Node

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -