From: Alan Knowles Date: Tue, 22 Jul 2014 10:00:15 +0000 (+0800) Subject: Roo/bootstrap/Button.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=b397a7235fb8ad949afc499da196b49cdcd04459 Roo/bootstrap/Button.js --- diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index f30061b3e3..f6566f751f 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -271,7 +271,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { this.el.select('.roo-button').on('click', this.onClick, this); } - + this.el.enableDisplayMode(); }, onClick : function(e) @@ -332,7 +332,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { setText : function(str) { this.el.select('.roo-button-text',true).first().dom.innerHTML = str; - }, + }/*, hide: function() { this.el. @@ -342,7 +342,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { this.el.show(); } - + */ });