From: Alan Knowles Date: Thu, 1 Apr 2021 07:05:33 +0000 (+0800) Subject: Changed docs/src/Roo_bootstrap_Button.js.html X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=6e681b28ffbcdc9de88b59bcc3755aefd6dc83f9 Changed docs/src/Roo_bootstrap_Button.js.html --- diff --git a/docs/src/Roo_bootstrap_Button.js.html b/docs/src/Roo_bootstrap_Button.js.html index e39fc1a1a8..33af08bd2d 100644 --- a/docs/src/Roo_bootstrap_Button.js.html +++ b/docs/src/Roo_bootstrap_Button.js.html @@ -401,6 +401,7 @@ { this.disabled = false; this.el.removeClass('disabled'); + this.el.dom.removeAttribute("disabled"); }, /** @@ -410,6 +411,7 @@ { this.disabled = true; this.el.addClass('disabled'); + this.el.attr("disabled", "disabled") }, /** * sets the active state on/off,