examples/bootstrap/contact.bjs
[roojs1] / examples / bootstrap / contact.bjs
1 {
2     "name" : "contact",
3     "parent" : "",
4     "title" : "",
5     "path" : "/home/michael/gitlive/roojs1/examples/bootstrap/contact.bjs",
6     "permname" : "",
7     "modOrder" : "001",
8     "items" : [
9         {
10             "xtype" : "Body",
11             "$ xns" : "Roo.bootstrap",
12             "items" : [
13                 {
14                     "xtype" : "Container",
15                     "$ xns" : "Roo.bootstrap",
16                     "items" : [
17                         {
18                             "String tag" : "ol",
19                             "String cls" : "breadcrumb",
20                             "xtype" : "Container",
21                             "$ xns" : "Roo.bootstrap",
22                             "items" : [
23                                 {
24                                     "String tag" : "li",
25                                     "xtype" : "Element",
26                                     "$ xns" : "Roo.bootstrap",
27                                     "String html" : "<a href=\"index.html\">Home</a>"
28                                 },
29                                 {
30                                     "String tag" : "li",
31                                     "String cls" : "active",
32                                     "xtype" : "Element",
33                                     "$ xns" : "Roo.bootstrap",
34                                     "String html" : "Left Sidebar"
35                                 },
36                                 {
37                                     "xtype" : "Row",
38                                     "$ xns" : "Roo.bootstrap",
39                                     "items" : [
40                                         {
41                                             "String cls" : "col-sm-9 maincontent",
42                                             "xtype" : "Container",
43                                             "$ xns" : "Roo.bootstrap",
44                                             "items" : [
45                                                 {
46                                                     "String tag" : "header",
47                                                     "String cls" : "page-header",
48                                                     "xtype" : "Element",
49                                                     "$ xns" : "Roo.bootstrap",
50                                                     "items" : [
51                                                         {
52                                                             "xtype" : "Header",
53                                                             "Number level" : 1,
54                                                             "$ xns" : "Roo.bootstrap"
55                                                         }
56                                                     ]
57                                                 }
58                                             ]
59                                         }
60                                     ]
61                                 }
62                             ]
63                         }
64                     ]
65                 }
66             ]
67         }
68     ]
69 }