Roo/bootstrap/Button.js
authorAlan Knowles <alan@roojs.com>
Thu, 15 May 2014 09:27:42 +0000 (17:27 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 15 May 2014 09:27:42 +0000 (17:27 +0800)
Roo/bootstrap/Button.js

index 083c414..f50379e 100644 (file)
@@ -184,7 +184,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
             
         }
         
-       cfg.cls = this.parentType === 'Navbar' ?  ' navbar-btn' : '';
+       cfg.cls += this.parentType === 'Navbar' ?  ' navbar-btn' : '';
         
         if (this.glyphicon) {
             cfg.html = ' ' + cfg.html;