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

📄 ext.statusbar.html

📁 Ext中文API,学习ext的同志只要你学会ext里的一种控件后其实其他的就大同小异了
💻 HTML
📖 第 1 页 / 共 3 页
字号:
                                                <div class="sub-desc">                                                    {@link #iconCls}. Also supports clearing via an optional fade out animation.                                                </div>                                            </li>                                                                                    <li>                                                <code>                                                    and                                                </code> : Boolean} : (optional) True to reset the text and icon using {@link #defaultText                                                <div class="sub-desc">                                                    * {@link #defaultIconCls} (defaults to false which sets the text to '' and removes any existing icon class).</li>                                                </div>                                            </li>                                                                            </ul>                                    <b>返回:</b>                                    <ul>                                        <li>                                            <code>                                                Ext.StatusBar                                            </code>                                            this<br /> this                                        </li>                                    </ul>                                </div>                            </div>                        </div>                    </td>                    <td class="msource">                                                StatusBar                                            </td>                </tr>                            <tr class="method-row expandable">                    <td class="micon">                        <a class="exi" href="#expand">&nbsp;</a>                    </td>                    <td class="sig">                        <!--ClassName--><a id="setText-setText"></a>                        <b>setText</b>                        (                                                                                    <code>                                    String text                                </code>                                                    )                                                    : Ext.StatusBar                                                <div class="mdesc">                            <div class="short">                                 Convenience method for setting the...                             </div>                            <div class="long">                                 Convenience method for setting the status text directly.  For more flexible options see <a href="###" onClick="alert('#setStatus');">#setStatus</a>.                                <div class="mdetail-params">                                    <strong>参数项:</strong>                                    <ul>                                                                                    <li>                                                <code>                                                    text                                                </code> : String                                                <div class="sub-desc">                                                    (optional) The text to set (defaults to '')                                                </div>                                            </li>                                                                            </ul>                                    <b>返回:</b>                                    <ul>                                        <li>                                            <code>                                                Ext.StatusBar                                            </code>                                            this<br /> this                                        </li>                                    </ul>                                </div>                            </div>                        </div>                    </td>                    <td class="msource">                                                StatusBar                                            </td>                </tr>                            <tr class="method-row expandable">                    <td class="micon">                        <a class="exi" href="#expand">&nbsp;</a>                    </td>                    <td class="sig">                        <!--ClassName--><a id="getText-getText"></a>                        <b>getText</b>                        (                        )                                                    : String                                                <div class="mdesc">                            <div class="short">                                 Returns the current status text.                             </div>                            <div class="long">                                 Returns the current status text.                                <div class="mdetail-params">                                    <strong>参数项:</strong>                                    <ul>                                                                            </ul>                                    <b>返回:</b>                                    <ul>                                        <li>                                            <code>                                                String                                            </code>                                            The status text                                        </li>                                    </ul>                                </div>                            </div>                        </div>                    </td>                    <td class="msource">                                                StatusBar                                            </td>                </tr>                            <tr class="method-row expandable">                    <td class="micon">                        <a class="exi" href="#expand">&nbsp;</a>                    </td>                    <td class="sig">                        <!--ClassName--><a id="setIcon-setIcon"></a>                        <b>setIcon</b>                        (                                                                                    <code>                                    String iconCls                                </code>                                                    )                                                    : Ext.StatusBar                                                <div class="mdesc">                            <div class="short">                                 Convenience method for setting the...                             </div>                            <div class="long">                                 Convenience method for setting the status icon directly.  For more flexible options see <a href="###" onClick="alert('#setStatus');">#setStatus</a>. See <a href="###" onClick="alert('#iconCls');">#iconCls</a> for complete details about customizing the icon.                                <div class="mdetail-params">                                    <strong>参数项:</strong>                                    <ul>                                                                                    <li>                                                <code>                                                    iconCls                                                </code> : String                                                <div class="sub-desc">                                                    (optional) The icon class to set (defaults to '', and any current icon class is removed)                                                </div>                                            </li>                                                                            </ul>                                    <b>返回:</b>                                    <ul>                                        <li>                                            <code>                                                Ext.StatusBar                                            </code>                                            this<br /> this                                        </li>                                    </ul>                                </div>                            </div>                        </div>                    </td>                    <td class="msource">                                                StatusBar                                            </td>                </tr>                            <tr class="method-row expandable">                    <td class="micon">                        <a class="exi" href="#expand">&nbsp;</a>                    </td>                    <td class="sig">                        <!--ClassName--><a id="showBusy-showBusy"></a>                        <b>showBusy</b>                        (                                                                                    <code>                                    Object/String config                                </code>                                                    )                                                    : Ext.StatusBar                                                <div class="mdesc">                            <div class="short">                                 Convenience method for setting the...                             </div>                            <div class="long">                                 Convenience method for setting the status text and icon to special values that are pre-configured to indicate a "busy" state, usually for loading or processing activities. string to use as the status text (in which case all other options for setStatus will be defaulted).  Use the  <tt>text</tt> and/or <tt>iconCls</tt> properties on the config to override the default <a href="###" onClick="alert('#busyText');">#busyText</a>  and <a href="###" onClick="alert('#busyIconCls');">#busyIconCls</a> settings. If the config argument is not specified, <a href="###" onClick="alert('#busyText');">#busyText</a> and  <a href="###" onClick="alert('#busyIconCls');">#busyIconCls</a> will be used in conjunction with all of the default options for <a href="###" onClick="alert('#setStatus');">#setStatus</a>.                                <div class="mdetail-params">                                    <strong>参数项:</strong>                                    <ul>                                                                                    <li>                                                <code>                                                    config                                                </code> : Object/String                                                <div class="sub-desc">                                                    (optional) A config object in the same format supported by <a href="###" onClick="alert('#setStatus');">#setStatus</a>, or a                                                </div>                                            </li>                                                                            </ul>                                    <b>返回:</b>                                    <ul>                                        <li>                                            <code>                                                Ext.StatusBar                                            </code>                                            this<br /> this                                        </li>                                    </ul>                                </div>                            </div>                        </div>                    </td>                    <td class="msource">                                                StatusBar                                            </td>                </tr>                    </table>            <a id="Ext.StatusBar-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 + -