view source
[roojs1] / examples / bootstrap / Dashboard.Body1.bjs
1 {
2     "name" : "Dashboard.Body1",
3     "parent" : "",
4     "title" : "",
5     "path" : "/home/alan/gitlive/roojs1/examples/bootstrap/Dashboard.Body1.bjs",
6     "permname" : "",
7     "modOrder" : "001",
8     "items" : [
9         {
10             "String tag" : "aside",
11             "String cls" : "right-side",
12             "xtype" : "Container",
13             "$ xns" : "Roo.bootstrap",
14             "items" : [
15                 {
16                     "String tag" : "section",
17                     "String cls" : "content-header",
18                     "xtype" : "Container",
19                     "$ xns" : "Roo.bootstrap",
20                     "items" : [
21                         {
22                             "xtype" : "Header",
23                             "$ xns" : "Roo.bootstrap",
24                             "String html" : "Dashboard <small> Control Panel</small>"
25                         }
26                     ]
27                 },
28                 {
29                     "String tag" : "section",
30                     "String cls" : "content",
31                     "xtype" : "Container",
32                     "$ xns" : "Roo.bootstrap",
33                     "items" : [
34                         {
35                             "xtype" : "Row",
36                             "$ xns" : "Roo.bootstrap",
37                             "items" : [
38                                 {
39                                     "Number lg" : 3,
40                                     "xtype" : "Column",
41                                     "$ xns" : "Roo.bootstrap",
42                                     "Number sm" : 6,
43                                     "items" : [
44                                         {
45                                             "String cls" : "small-box bg-aqua ",
46                                             "xtype" : "Container",
47                                             "$ xns" : "Roo.bootstrap",
48                                             "String html" : "test"
49                                         }
50                                     ]
51                                 }
52                             ]
53                         }
54                     ]
55                 }
56             ]
57         }
58     ]
59 }