roojs-bootstrap.js
[roojs1] / Roo / bootstrap / NavItem.js
index e621d50..1769bfc 100644 (file)
@@ -128,7 +128,7 @@ Roo.extend(Roo.bootstrap.NavItem, Roo.bootstrap.Component,  {
                 }
             ];
             if (this.tagtype == 'a') {
-               cfg.cn[0].cls = 'nav-link' +  (this.active ?  ' active'  : '');
+               cfg.cn[0].cls = 'nav-link' +  (this.active ?  ' active'  : '') + ' ' + this.linkcls;
         
            }
             if (this.icon) {