Roo/bootstrap/Button.js
authorJulian Knowles <julian@roojs.com>
Mon, 27 Jan 2014 10:11:39 +0000 (18:11 +0800)
committerJulian Knowles <julian@roojs.com>
Mon, 27 Jan 2014 10:11:39 +0000 (18:11 +0800)
Roo/bootstrap/Button.js

index 3208441..26431c7 100644 (file)
@@ -59,7 +59,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
     
     getAutoCreate : function(){
         var cfg = {
-            cls: '',
+            cls: 'btn',
             tag : 'button',
             html: 'hello'
         }