Roo/bootstrap/NavItem.js
authorAlan Knowles <alan@roojs.com>
Thu, 25 Sep 2014 05:55:29 +0000 (13:55 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 25 Sep 2014 05:55:29 +0000 (13:55 +0800)
Roo/bootstrap/NavItem.js

index 53153e6..a08285a 100644 (file)
@@ -65,7 +65,7 @@ Roo.extend(Roo.bootstrap.NavItem, Roo.bootstrap.Component,  {
             cls: 'nav-item',
             cn : [
                 {
-                    tag: 'a',
+                    tag: this.tagtype,,
                     href : this.href || "#",
                     html: this.html || ''
                 }