Roo/bootstrap/Button.js
authorAlan Knowles <alan@roojs.com>
Tue, 22 Jul 2014 10:01:05 +0000 (18:01 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 22 Jul 2014 10:01:05 +0000 (18:01 +0800)
Roo/bootstrap/Button.js

index f6566f7..be11b76 100644 (file)
@@ -79,8 +79,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
     
     
     pressed : null,
-    
-    actionMode : 'el',
+     
     
     getAutoCreate : function(){
         
@@ -332,7 +331,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
     setText : function(str)
     {
         this.el.select('.roo-button-text',true).first().dom.innerHTML = str;
-    }/*,
+    },
     hide: function() {
        
         this.el.
@@ -342,7 +341,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
        
         this.el.show();   
     }
-    */
+    
     
 });