examples/bootstrap/dashboard1.bjs.6YO8LX
[roojs1] / examples / bootstrap / dashboard1.bjs
1 {
2     "name" : "dashboard1",
3     "parent" : "",
4     "title" : "",
5     "path" : "/home/alan/gitlive/roojs1/examples/bootstrap/dashboard1.bjs",
6     "permname" : "",
7     "modOrder" : "001",
8     "items" : [
9         {
10             "String cls" : "skin-blue",
11             "xtype" : "Body",
12             "$ xns" : "Roo.bootstrap",
13             "items" : [
14                 {
15                     "String cls" : "header",
16                     "xtype" : "Container",
17                     "tag" : "header",
18                     "$ xns" : "Roo.bootstrap",
19                     "items" : [
20                         {
21                             "String cls" : "logo",
22                             "xtype" : "Link",
23                             "$ xns" : "Roo.bootstrap",
24                             "String html" : "test"
25                         },
26                         {
27                             "Boolean bar" : true,
28                             "String position" : "static-top",
29                             "xtype" : "NavHeaderbar",
30                             "tag" : "nav",
31                             "$ xns" : "Roo.bootstrap",
32                             "items" : [
33                                 {
34                                     "String cls" : "navbar-btn sidebar-toggle",
35                                     "xtype" : "Link",
36                                     "$ xns" : "Roo.bootstrap",
37                                     "String html" : "<span class=\"icon-bar\"></span><span class=\"icon-bar\"></span><span class=\"icon-bar\"></span>"
38                                 },
39                                 {
40                                     "xtype" : "NavGroup",
41                                     "String align" : "right",
42                                     "$ xns" : "Roo.bootstrap",
43                                     "items" : [
44                                         {
45                                             "xtype" : "NavItem",
46                                             "$ xns" : "Roo.bootstrap",
47                                             "String html" : "test",
48                                             "items" : [
49                                                 {
50                                                     "xtype" : "Menu",
51                                                     "$ xns" : "Roo.bootstrap",
52                                                     "* prop" : "menu",
53                                                     "items" : [
54                                                         {
55                                                             "xtype" : "MenuItem",
56                                                             "$ xns" : "Roo.bootstrap",
57                                                             "String html" : "test"
58                                                         }
59                                                     ]
60                                                 }
61                                             ]
62                                         },
63                                         {
64                                             "xtype" : "NavItem",
65                                             "$ xns" : "Roo.bootstrap",
66                                             "String html" : "test"
67                                         }
68                                     ]
69                                 }
70                             ]
71                         }
72                     ]
73                 },
74                 {
75                     "String cls" : "wrapper row-offcanvas row-offcanvas-left",
76                     "xtype" : "Container",
77                     "flexy:include" : "Sidebar.html",
78                     "$ xns" : "Roo.bootstrap",
79                     "items" : [
80                         {
81                             "String tag" : "aside",
82                             "String cls" : "left-side sidebar-offcanvas",
83                             "xtype" : "Container",
84                             "* xinclude" : "SidebarNav",
85                             "$ xns" : "Roo.bootstrap",
86                             "items" : [
87                                 {
88                                     "String tag" : "aside",
89                                     "String cls" : "left-side sidebar-offcanvas",
90                                     "xtype" : "Container",
91                                     "$ xns" : "Roo.bootstrap",
92                                     "items" : [
93                                         {
94                                             "xtype" : "NavSidebar",
95                                             "$ xns" : "Roo.bootstrap",
96                                             "items" : [
97                                                 {
98                                                     "xtype" : "NavGroup",
99                                                     "$ xns" : "Roo.bootstrap",
100                                                     "items" : [
101                                                         {
102                                                             "String href" : "#",
103                                                             "xtype" : "NavSidebarItem",
104                                                             "$ xns" : "Roo.bootstrap",
105                                                             "icon" : "fa fa-bar-chart-o",
106                                                             "String html" : "test",
107                                                             "items" : [
108                                                                 {
109                                                                     "String type" : "treeview",
110                                                                     "xtype" : "Menu",
111                                                                     "$ xns" : "Roo.bootstrap",
112                                                                     "* prop" : "menu",
113                                                                     "items" : [
114                                                                         {
115                                                                             "xtype" : "MenuItem",
116                                                                             "$ xns" : "Roo.bootstrap",
117                                                                             "String html" : "test"
118                                                                         }
119                                                                     ]
120                                                                 }
121                                                             ]
122                                                         },
123                                                         {
124                                                             "String href" : "#",
125                                                             "xtype" : "NavSidebarItem",
126                                                             "$ xns" : "Roo.bootstrap",
127                                                             "String html" : "test",
128                                                             "String badge" : "new",
129                                                             "badgecls" : "bg-red"
130                                                         }
131                                                     ]
132                                                 }
133                                             ]
134                                         }
135                                     ]
136                                 }
137                             ]
138                         },
139                         {
140                             "String tag" : "aside",
141                             "String cls" : "right-side",
142                             "xtype" : "Container",
143                             "* xinclude" : "Dashboard1.Body",
144                             "$ xns" : "Roo.bootstrap"
145                         }
146                     ]
147                 }
148             ]
149         }
150     ]
151 }