Roo/bootstrap/Button.js
authorAlan Knowles <alan@roojs.com>
Tue, 22 Jul 2014 09:59:19 +0000 (17:59 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 22 Jul 2014 09:59:19 +0000 (17:59 +0800)
Roo/bootstrap/Button.js

index 4626b5d..f30061b 100644 (file)
@@ -80,6 +80,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
     
     pressed : null,
     
+    actionMode : 'el',
     
     getAutoCreate : function(){
         
@@ -334,6 +335,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
     },
     hide: function() {
        
+        this.el.
         this.el.hide();   
     },
     show: function() {