examples/bootstrap/dashboard4.bjs
[roojs1] / examples / bootstrap / dashboard4.bjs
1 {
2  "name" : "dashboard4",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/alan/gitlive/roojs1/examples/bootstrap/dashboard4.bjs",
6  "permname" : "",
7  "modOrder" : "001",
8  "strings" : {
9   "9d5ed678fe57bcca610140957afab571" : "B",
10   "0d61f8370cad1d412f80b84d143e1257" : "C",
11   "f623e75af30e62bbd73d6df5b50bb7b5" : "D",
12   "3a3ea00cfc35332cedf6e5e9a32e94da" : "E",
13   "30bd2ce65d1e43e9c498b7d5d49f3b78" : "Dashboard <small>  Example Control panel </small>",
14   "70ce2e7a27cab2a670ca954f8362e19f" : "tab 2 content",
15   "800618943025315f869e4e1f09471012" : "F",
16   "18327168fcb401af02b4615b43d637ad" : "Pick from list",
17   "7fc56270e7a70fa81a5935b72eacbe29" : "A"
18  },
19  "items" : [
20   {
21    "String cls" : "skin-blue",
22    "xtype" : "Body",
23    "$ xns" : "Roo.bootstrap",
24    "items" : [
25     {
26      "String cls" : "header",
27      "tag" : "header",
28      "xtype" : "Container",
29      "* xinclude" : "Dashboard.Header1",
30      "$ xns" : "Roo.bootstrap"
31     },
32     {
33      "String cls" : "wrapper row-offcanvas row-offcanvas-left",
34      "xtype" : "Container",
35      "flexy:include" : "Sidebar.html",
36      "$ xns" : "Roo.bootstrap",
37      "items" : [
38       {
39        "String tag" : "aside",
40        "String cls" : "left-side sidebar-offcanvas",
41        "xtype" : "Container",
42        "* xinclude" : "Dashboard.Sidebar2",
43        "$ xns" : "Roo.bootstrap"
44       },
45       {
46        "String tag" : "aside",
47        "String cls" : "right-side",
48        "xtype" : "Container",
49        "$ xns" : "Roo.bootstrap",
50        "items" : [
51         {
52          "String tag" : "section",
53          "String cls" : "content-header",
54          "xtype" : "Container",
55          "$ xns" : "Roo.bootstrap",
56          "items" : [
57           {
58            "xtype" : "Header",
59            "$ xns" : "Roo.bootstrap",
60            "String html" : "Dashboard <small>  Example Control panel </small>"
61           }
62          ]
63         },
64         {
65          "String tag" : "section",
66          "String cls" : "content",
67          "xtype" : "Container",
68          "$ xns" : "Roo.bootstrap",
69          "items" : [
70           {
71            "xtype" : "Row",
72            "$ xns" : "Roo.bootstrap",
73            "items" : [
74             {
75              "Number md" : 6,
76              "Number lg" : 6,
77              "xtype" : "Column",
78              "$ xns" : "Roo.bootstrap",
79              "String style" : "",
80              "Number sm" : 12,
81              "items" : [
82               {
83                "listeners" : {
84                 "render" : "function (_self)\n{\n    _this.testbox = _self;\n}"
85                },
86                "xtype" : "TabBox",
87                "$ xns" : "Roo.bootstrap.dash",
88                "String title" : "Pick from list",
89                "items" : [
90                 {
91                  "xtype" : "TabPane",
92                  "$ xns" : "Roo.bootstrap.dash",
93                  "string title" : "A",
94                  "items" : [
95                   {
96                    "xtype" : "Column",
97                    "$ xns" : "Roo.bootstrap"
98                   }
99                  ]
100                 },
101                 {
102                  "xtype" : "TabPane",
103                  "$ xns" : "Roo.bootstrap.dash",
104                  "string title" : "B",
105                  "items" : [
106                   {
107                    "xtype" : "Column",
108                    "$ xns" : "Roo.bootstrap",
109                    "String html" : "tab 2 content"
110                   }
111                  ]
112                 },
113                 {
114                  "xtype" : "TabPane",
115                  "$ xns" : "Roo.bootstrap.dash",
116                  "string title" : "C",
117                  "items" : [
118                   {
119                    "xtype" : "Column",
120                    "$ xns" : "Roo.bootstrap",
121                    "String html" : "tab 2 content"
122                   }
123                  ]
124                 },
125                 {
126                  "xtype" : "TabPane",
127                  "$ xns" : "Roo.bootstrap.dash",
128                  "string title" : "D",
129                  "items" : [
130                   {
131                    "xtype" : "Column",
132                    "$ xns" : "Roo.bootstrap",
133                    "String html" : "tab 2 content"
134                   }
135                  ]
136                 },
137                 {
138                  "xtype" : "TabPane",
139                  "$ xns" : "Roo.bootstrap.dash",
140                  "string title" : "E",
141                  "items" : [
142                   {
143                    "xtype" : "Column",
144                    "$ xns" : "Roo.bootstrap",
145                    "String html" : "tab 2 content"
146                   }
147                  ]
148                 },
149                 {
150                  "xtype" : "TabPane",
151                  "$ xns" : "Roo.bootstrap.dash",
152                  "string title" : "F",
153                  "items" : [
154                   {
155                    "xtype" : "Column",
156                    "$ xns" : "Roo.bootstrap",
157                    "String html" : "tab 2 content"
158                   }
159                  ]
160                 }
161                ]
162               }
163              ]
164             }
165            ]
166           }
167          ]
168         }
169        ]
170       }
171      ]
172     }
173    ]
174   }
175  ]
176 }