From 29293eae90cdb37daa455b91a43ad03d649fb947 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 22 Jul 2014 17:59:19 +0800 Subject: [PATCH] Roo/bootstrap/Button.js --- Roo/bootstrap/Button.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index 4626b5de98..f30061b3e3 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -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() { -- 2.39.2