examples/bootstrap/dashboard1.bjs.24GHMX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 07:40:54 +0000 (15:40 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 07:40:54 +0000 (15:40 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.66ZGMX
examples/bootstrap/dashboard1.js
examples/bootstrap/dashboard1.bjs.KU1GMX
examples/bootstrap/dashboard1.js.3IXGMX
examples/bootstrap/dashboard1.bjs.LOO0LX
examples/bootstrap/dashboard1.js.ASP0LX
examples/bootstrap/dashboard1.bjs.IUP0LX
examples/bootstrap/dashboard1.js.0DL0LX

examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js

index 918f1e3..4a73754 100644 (file)
                     "flexy:include" : "Sidebar.html",
                     "$ xns" : "Roo.bootstrap",
                     "items" : [
-                        {
-                            "String tag" : "aside",
-                            "String cls" : "left-side sidebar-offcanvas",
-                            "xtype" : "Container",
-                            "* xinclude" : "SidebarNav",
-                            "$ xns" : "Roo.bootstrap",
-                            "items" : [
-                                {
-                                    "String tag" : "aside",
-                                    "String cls" : "left-side sidebar-offcanvas",
-                                    "xtype" : "Container",
-                                    "$ xns" : "Roo.bootstrap",
-                                    "items" : [
-                                        {
-                                            "xtype" : "NavSidebar",
-                                            "$ xns" : "Roo.bootstrap",
-                                            "items" : [
-                                                {
-                                                    "xtype" : "NavGroup",
-                                                    "$ xns" : "Roo.bootstrap",
-                                                    "items" : [
-                                                        {
-                                                            "String href" : "#",
-                                                            "xtype" : "NavSidebarItem",
-                                                            "$ xns" : "Roo.bootstrap",
-                                                            "icon" : "fa fa-bar-chart-o",
-                                                            "String html" : "test",
-                                                            "items" : [
-                                                                {
-                                                                    "String type" : "treeview",
-                                                                    "xtype" : "Menu",
-                                                                    "$ xns" : "Roo.bootstrap",
-                                                                    "* prop" : "menu",
-                                                                    "items" : [
-                                                                        {
-                                                                            "xtype" : "MenuItem",
-                                                                            "$ xns" : "Roo.bootstrap",
-                                                                            "String html" : "test"
-                                                                        }
-                                                                    ]
-                                                                }
-                                                            ]
-                                                        },
-                                                        {
-                                                            "String href" : "#",
-                                                            "xtype" : "NavSidebarItem",
-                                                            "$ xns" : "Roo.bootstrap",
-                                                            "String html" : "test",
-                                                            "String badge" : "new",
-                                                            "badgecls" : "bg-red"
-                                                        }
-                                                    ]
-                                                }
-                                            ]
-                                        }
-                                    ]
-                                }
-                            ]
-                        },
                         {
                             "String tag" : "aside",
                             "String cls" : "right-side",
index 39d9c69..66921d3 100644 (file)
@@ -90,12 +90,6 @@ dashboard1 = new Roo.XComponent({
                     'flexy:include' : 'Sidebar.html',
                     xns : Roo.bootstrap,
                     items : [
-                       Roo.apply(SidebarNav._tree(), {
-                            tag : 'aside',
-                            cls : 'left-side sidebar-offcanvas',
-                            xtype : 'Container',
-                            xns : Roo.bootstrap
-                        }),
                        Roo.apply(Dashboard1.Body._tree(), {
                             tag : 'aside',
                             cls : 'right-side',