Roo/bootstrap/MessageBar.js
authorEdward <edward@roojs.com>
Wed, 4 Jun 2014 05:53:36 +0000 (13:53 +0800)
committerEdward <edward@roojs.com>
Wed, 4 Jun 2014 05:53:36 +0000 (13:53 +0800)
Roo/bootstrap/MessageBar.js

index f6b5dbf..bd91da8 100644 (file)
  * @param {Object} config The config object
  */
 
-Roo.bootstrap.Element = function(config){
-    Roo.bootstrap.Element.superclass.constructor.call(this, config);
+Roo.bootstrap.MessageBar = function(config){
+    Roo.bootstrap.MessageBar.superclass.constructor.call(this, config);
 };
 
-Roo.extend(Roo.bootstrap.Element, Roo.bootstrap.Component,  {
+Roo.extend(Roo.bootstrap.MessageBar, Roo.bootstrap.Component,  {
     
-    tag: 'div',
-    cls: '',
     html: '',
      
     
     getAutoCreate : function(){
         
-        var cfg = {
-            tag: this.tag,
-            cls: this.cls,
-            html: this.html
-        }
         
-        
-       
         return cfg;
     }