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

📄 ext.windowmgr.html

📁 Ext中文API,学习ext的同志只要你学会ext里的一种控件后其实其他的就大同小异了
💻 HTML
📖 第 1 页 / 共 2 页
字号:
                                    String/Object win                                </code>                                                    )                                                    : Ext.Window                                                <div class="mdesc">                            <div class="short">                                 将指定的window居于其它活动的window后面。                             </div>                            <div class="long">                                 将指定的window居于其它活动的window后面。                                <div class="mdetail-params">                                    <strong>参数项:</strong>                                    <ul>                                                                                    <li>                                                <code>                                                    win                                                </code> : String/Object                                                <div class="sub-desc">                                                    window的id或<a href="###" onClick="alert('Ext.Window');">Ext.Window</a>实例。                                                </div>                                            </li>                                                                            </ul>                                    <b>返回:</b>                                    <ul>                                        <li>                                            <code>                                                Ext.Window                                            </code>                                            The window                                        </li>                                    </ul>                                </div>                            </div>                        </div>                    </td>                    <td class="msource">                                                    <!--如果这不是同个namespace下--><a ext:cls="Ext.WindowGroup" ext:member="#method-sendToBack" href="output/Ext.WindowGroup.html#method-sendToBack">                                                WindowGroup                                                </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="hideAll-hideAll"></a>                        <b>hideAll</b>                        (                        )                                                <div class="mdesc">                            <div class="short">                                 隐藏组内的所有的window                             </div>                            <div class="long">                                 隐藏组内的所有的window                                <div class="mdetail-params">                                    <strong>参数项:</strong>                                    <ul>                                                                            </ul>                                    <b>返回:</b>                                    <ul>                                        <li>                                            <code>                                                void                                            </code>                                                                                    </li>                                    </ul>                                </div>                            </div>                        </div>                    </td>                    <td class="msource">                                                    <!--如果这不是同个namespace下--><a ext:cls="Ext.WindowGroup" ext:member="#method-hideAll" href="output/Ext.WindowGroup.html#method-hideAll">                                                WindowGroup                                                </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="getActive-getActive"></a>                        <b>getActive</b>                        (                        )                                                    : Ext.Window                                                <div class="mdesc">                            <div class="short">                                 返回组内的当前活动的window                             </div>                            <div class="long">                                 返回组内的当前活动的window                                <div class="mdetail-params">                                    <strong>参数项:</strong>                                    <ul>                                                                            </ul>                                    <b>返回:</b>                                    <ul>                                        <li>                                            <code>                                                Ext.Window                                            </code>                                            活动的window                                        </li>                                    </ul>                                </div>                            </div>                        </div>                    </td>                    <td class="msource">                                                    <!--如果这不是同个namespace下--><a ext:cls="Ext.WindowGroup" ext:member="#method-getActive" href="output/Ext.WindowGroup.html#method-getActive">                                                WindowGroup                                                </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="getBy-getBy"></a>                        <b>getBy</b>                        (                                                                                    <code>                                    Function fn,                                </code>                                                                                                                <code>                                    <span class='optional'>[Object scope]</span>                                </code>                                                    )                                                    : Array                                                <div class="mdesc">                            <div class="short">                                 传入一个制定的搜索函数到该方法内,返回组内的零个或多个windows...                             </div>                            <div class="long">                                 传入一个制定的搜索函数到该方法内,返回组内的零个或多个windows。 函数一般会接收<a href="###" onClick="alert('Ext.Window');">Ext.Window</a>的引用作为其唯一的函数,若window符合搜索的标准及返回true, 否则应返回false.                                <div class="mdetail-params">                                    <strong>参数项:</strong>                                    <ul>                                                                                    <li>                                                <code>                                                    fn                                                </code> : Function                                                <div class="sub-desc">                                                    搜索函数                                                </div>                                            </li>                                                                                    <li>                                                <code>                                                    scope                                                </code> : Object                                                <div class="sub-desc">                                                                                                    </div>                                            </li>                                                                            </ul>                                    <b>返回:</b>                                    <ul>                                        <li>                                            <code>                                                Array                                            </code>                                            零个或多个匹配的window                                        </li>                                    </ul>                                </div>                            </div>                        </div>                    </td>                    <td class="msource">                                                    <!--如果这不是同个namespace下--><a ext:cls="Ext.WindowGroup" ext:member="#method-getBy" href="output/Ext.WindowGroup.html#method-getBy">                                                WindowGroup                                                </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="each-each"></a>                        <b>each</b>                        (                                                                                    <code>                                    Function fn,                                </code>                                                                                                                <code>                                    <span class='optional'>[Object scope]</span>                                </code>                                                    )                                                <div class="mdesc">                            <div class="short">                                 在组内的每一个window上执行指定的函数,传入window自身作为...                             </div>                            <div class="long">                                 在组内的每一个window上执行指定的函数,传入window自身作为唯一的参数。若函数返回false即停止迭代。                                <div class="mdetail-params">                                    <strong>参数项:</strong>                                    <ul>                                                                                    <li>                                                <code>                                                    fn                                                </code> : Function                                                <div class="sub-desc">                                                    每一项都会执行的函数                                                </div>                                            </li>                                                                                    <li>                                                <code>                                                    scope                                                </code> : Object                                                <div class="sub-desc">                                                                                                    </div>                                            </li>                                                                            </ul>                                    <b>返回:</b>                                    <ul>                                        <li>                                            <code>                                                void                                            </code>                                                                                    </li>                                    </ul>                                </div>                            </div>                        </div>                    </td>                    <td class="msource">                                                    <!--如果这不是同个namespace下--><a ext:cls="Ext.WindowGroup" ext:member="#method-each" href="output/Ext.WindowGroup.html#method-each">                                                WindowGroup                                                </a>                                        </td>                </tr>                    </table>            <a id="Ext.WindowMgr-events"></a>    <a id="Ext.Ajax-events"></a>    <h2>公告事件</h2>                <div class="no-members">            这个类没公共的事件。        </div>    </div>

⌨️ 快捷键说明

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