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   "30bd2ce65d1e43e9c498b7d5d49f3b78" : "Dashboard <small>  Example Control panel </small>",
10   "70ce2e7a27cab2a670ca954f8362e19f" : "tab 2 content",
11   "c4f5a294a273c3a1c97642a76f15c5c7" : "tab 1",
12   "9a7b64c98b066602b21f869ae7cd673a" : "test 1",
13   "58a00f6a3da23fc3821f24115493b750" : "tab 2"
14  },
15  "items" : [
16   {
17    "String cls" : "skin-blue",
18    "xtype" : "Body",
19    "$ xns" : "Roo.bootstrap",
20    "items" : [
21     {
22      "String cls" : "header",
23      "tag" : "header",
24      "xtype" : "Container",
25      "* xinclude" : "Dashboard.Header1",
26      "$ xns" : "Roo.bootstrap"
27     },
28     {
29      "String cls" : "wrapper row-offcanvas row-offcanvas-left",
30      "xtype" : "Container",
31      "flexy:include" : "Sidebar.html",
32      "$ xns" : "Roo.bootstrap",
33      "items" : [
34       {
35        "String tag" : "aside",
36        "String cls" : "left-side sidebar-offcanvas",
37        "xtype" : "Container",
38        "* xinclude" : "Dashboard.Sidebar2",
39        "$ xns" : "Roo.bootstrap"
40       },
41       {
42        "String tag" : "aside",
43        "String cls" : "right-side",
44        "xtype" : "Container",
45        "$ xns" : "Roo.bootstrap",
46        "items" : [
47         {
48          "String tag" : "section",
49          "String cls" : "content-header",
50          "xtype" : "Container",
51          "$ xns" : "Roo.bootstrap",
52          "items" : [
53           {
54            "xtype" : "Header",
55            "$ xns" : "Roo.bootstrap",
56            "String html" : "Dashboard <small>  Example Control panel </small>"
57           }
58          ]
59         },
60         {
61          "String tag" : "section",
62          "String cls" : "content",
63          "xtype" : "Container",
64          "$ xns" : "Roo.bootstrap",
65          "items" : [
66           {
67            "xtype" : "Row",
68            "$ xns" : "Roo.bootstrap",
69            "items" : [
70             {
71              "Number md" : 6,
72              "Number lg" : 6,
73              "xtype" : "Column",
74              "$ xns" : "Roo.bootstrap",
75              "String style" : "",
76              "Number sm" : 12,
77              "items" : [
78               {
79                "listeners" : {
80                 "render" : "function (_self)\n{\n    _this.testbox = _self;\n}"
81                },
82                "xtype" : "TabBox",
83                "$ xns" : "Roo.bootstrap.dash",
84                "String title" : "test 1",
85                "items" : [
86                 {
87                  "xtype" : "TabPane",
88                  "$ xns" : "Roo.bootstrap.dash",
89                  "string title" : "tab 1",
90                  "items" : [
91                   {
92                    "xtype" : "Column",
93                    "$ xns" : "Roo.bootstrap"
94                   }
95                  ]
96                 },
97                 {
98                  "xtype" : "TabPane",
99                  "$ xns" : "Roo.bootstrap.dash",
100                  "string title" : "tab 2",
101                  "items" : [
102                   {
103                    "xtype" : "Column",
104                    "$ xns" : "Roo.bootstrap",
105                    "String html" : "tab 2 content"
106                   }
107                  ]
108                 }
109                ]
110               }
111              ]
112             }
113            ]
114           }
115          ]
116         }
117        ]
118       }
119      ]
120     }
121    ]
122   }
123  ]
124 }