Sha256: 6b136ffe91500c73e6bdb4cab76b6a8a7277ebb097b6382b735e396c219363fc

Contents?: true

Size: 167 Bytes

Versions: 174

Compression:

Stored size: 167 Bytes

Contents

Ext.override(Ext.ux.StatusBar, {
  hideBusy : function(){
    return this.setStatus({
      text: this.defaultText,
      iconCls: this.defaultIconCls
    });
  }
});

Version data entries

174 entries across 174 versions & 3 rubygems

Version Path
marty-2.1.5 app/components/marty/simple_app/client/statusbar_ext.js
marty-2.1.4 app/components/marty/simple_app/client/statusbar_ext.js
marty-2.1.3 app/components/marty/simple_app/client/statusbar_ext.js
marty-2.1.2 app/components/marty/simple_app/client/statusbar_ext.js
marty-2.1.1 app/components/marty/simple_app/client/statusbar_ext.js
marty-2.1.0 app/components/marty/simple_app/client/statusbar_ext.js
marty-2.0.9 app/components/marty/simple_app/client/statusbar_ext.js
marty-2.0.8 app/components/marty/simple_app/client/statusbar_ext.js
marty-2.0.7 app/components/marty/simple_app/client/statusbar_ext.js
marty-2.0.6 app/components/marty/simple_app/client/statusbar_ext.js
marty-2.0.5 app/components/marty/simple_app/client/statusbar_ext.js
marty-2.0.4 app/components/marty/simple_app/client/statusbar_ext.js
marty-2.0.3 app/components/marty/simple_app/client/statusbar_ext.js
marty-2.0.2 app/components/marty/simple_app/client/statusbar_ext.js
marty-2.0.1 app/components/marty/simple_app/client/statusbar_ext.js
marty-2.0.0 app/components/marty/simple_app/client/statusbar_ext.js
marty-1.2.9 app/components/marty/simple_app/client/statusbar_ext.js
marty-1.2.8 app/components/marty/simple_app/client/statusbar_ext.js
marty-1.2.7 app/components/marty/simple_app/client/statusbar_ext.js
marty-1.2.6 app/components/marty/simple_app/client/statusbar_ext.js