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