X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fbootstrap%2FButton.js;h=feb0fdb1a5297811eece2ac34adcb2dc32a1235c;hp=565d09272a1400b903ac7fd735d3271ec7dcabcf;hb=00d29b20df5ed2be31bdfa9cb82a33963b96a0f0;hpb=6e681b28ffbcdc9de88b59bcc3755aefd6dc83f9 diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index 565d09272a..feb0fdb1a5 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -401,6 +401,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { { this.disabled = false; this.el.removeClass('disabled'); + this.el.dom.removeAttribute("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,