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                    "items" : [
99                     {
100                      "xtype" : "Button",
101                      "$ xns" : "Roo.bootstrap"
102                     }
103                    ]
104                   }
105                  ]
106                 },
107                 {
108                  "xtype" : "TabPane",
109                  "$ xns" : "Roo.bootstrap.dash",
110                  "string title" : "B",
111                  "items" : [
112                   {
113                    "xtype" : "Column",
114                    "$ xns" : "Roo.bootstrap",
115                    "String html" : "tab 2 content"
116                   }
117                  ]
118                 },
119                 {
120                  "xtype" : "TabPane",
121                  "$ xns" : "Roo.bootstrap.dash",
122                  "string title" : "C",
123                  "items" : [
124                   {
125                    "xtype" : "Column",
126                    "$ xns" : "Roo.bootstrap",
127                    "String html" : "tab 2 content"
128                   }
129                  ]
130                 },
131                 {
132                  "xtype" : "TabPane",
133                  "$ xns" : "Roo.bootstrap.dash",
134                  "string title" : "D",
135                  "items" : [
136                   {
137                    "xtype" : "Column",
138                    "$ xns" : "Roo.bootstrap",
139                    "String html" : "tab 2 content"
140                   }
141                  ]
142                 },
143                 {
144                  "xtype" : "TabPane",
145                  "$ xns" : "Roo.bootstrap.dash",
146                  "string title" : "E",
147                  "items" : [
148                   {
149                    "xtype" : "Column",
150                    "$ xns" : "Roo.bootstrap",
151                    "String html" : "tab 2 content"
152                   }
153                  ]
154                 },
155                 {
156                  "xtype" : "TabPane",
157                  "$ xns" : "Roo.bootstrap.dash",
158                  "string title" : "F",
159                  "items" : [
160                   {
161                    "xtype" : "Column",
162                    "$ xns" : "Roo.bootstrap",
163                    "String html" : "tab 2 content"
164                   }
165                  ]
166                 }
167                ]
168               }
169              ]
170             }
171            ]
172           }
173          ]
174         }
175        ]
176       }
177      ]
178     }
179    ]
180   }
181  ]
182 }