X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/output/Ext.ux.StatusBar.html diff --git a/docs/output/Ext.ux.StatusBar.html b/docs/output/Ext.ux.StatusBar.html index dea15e89..73975dd3 100644 --- a/docs/output/Ext.ux.StatusBar.html +++ b/docs/output/Ext.ux.StatusBar.html @@ -1,10 +1,7 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      Container
        Toolbar
          StatusBar

Class Ext.ux.StatusBar

Package:Ext.ux
Defined In:StatusBar.js
Class:StatusBar
Extends:Toolbar

Basic status bar component that can be used as the bottom toolbar of any Ext.Panel. In addition to +

Observable
  Component
    BoxComponent
      Container
        Toolbar
          StatusBar

Class Ext.ux.StatusBar

Package:Ext.ux
Defined In:StatusBar.js
Class:StatusBar
Extends:Toolbar

Basic status bar component that can be used as the bottom toolbar of any Ext.Panel. In addition to supporting the standard Ext.Toolbar interface for adding buttons, menus and other items, the StatusBar provides a greedy status element that can be aligned to either side and has convenient methods for setting the status text and icon. You can also indicate that something is processing using the showBusy method.

-

Note: Although StatusBar supports xtype:'statusbar', at this time Ext.Toolbar (the base class) does -not support xtype. For this reason, if you are adding Toolbar items into the StatusBar you must declare it -using the "new StatusBar()" syntax for the items to render correctly.

new Ext.Panel({
     title: 'StatusBar',
     // etc.
@@ -39,19 +36,19 @@ sb.showBusy();
 
 // processing....
 
-sb.clearStatus(); // once completeed

Config Options

Config OptionsDefined By
 allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component