Changed Roo/bootstrap/Button.jsroojs-bootstrap-debug.jsroojs-bootstrap.js
[roojs1] / Roo / bootstrap / Button.js
index 565d092..ea31d3e 100644 (file)
@@ -401,6 +401,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
     {
         this.disabled = false;
         this.el.removeClass('disabled');
+        this.el.dom.removeAttribet("disabled");
     },
     
     /**
@@ -410,6 +411,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
     {
         this.disabled = true;
         this.el.addClass('disabled');
+        this.el.attr("disabled", "disabled")
     },
      /**
      * sets the active state on/off,