Roo/bootstrap/NavSidebarItem.js
authorAlan Knowles <alan@roojs.com>
Wed, 27 Aug 2014 09:01:57 +0000 (17:01 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 Aug 2014 09:01:57 +0000 (17:01 +0800)
Roo/bootstrap/NavSidebarItem.js

index c1bb645..dde3849 100644 (file)
@@ -47,7 +47,14 @@ Roo.extend(Roo.bootstrap.NavSidebarItem, Roo.bootstrap.NavItem,  {
         var cfg = {
             tag: 'li',
             cls: '',
-            cn: []
+            cn: [
+                {
+                tag: 'a',
+                href : '#'
+                cls: '',
+                html : ''
+                }
+            ]
         }
         
         if (this.html) {