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