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                                                             "String cls" : "page-title",
53                                                             "xtype" : "Header",
54                                                             "Number level" : 1,
55                                                             "$ xns" : "Roo.bootstrap",
56                                                             "String html" : "Contact us"
57                                                         }
58                                                     ]
59                                                 },
60                                                 {
61                                                     "String tag" : "p",
62                                                     "xtype" : "Element",
63                                                     "$ xns" : "Roo.bootstrap",
64                                                     "String html" : "We’d love to hear from you. Interested in working together? Fill out the form below with some info about your project and I will get back to you as soon as I can. Please allow a couple days for me to respond.\n\t\t\t\t"
65                                                 },
66                                                 {
67                                                     "xtype" : "Form",
68                                                     "$ xns" : "Roo.bootstrap",
69                                                     "items" : [
70                                                         {
71                                                             "xtype" : "Row",
72                                                             "$ xns" : "Roo.bootstrap",
73                                                             "items" : [
74                                                                 {
75                                                                     "xtype" : "Input",
76                                                                     "string placeholder" : "Email",
77                                                                     "String inputType" : "text",
78                                                                     "$ xns" : "Roo.bootstrap",
79                                                                     "Number sm" : 4
80                                                                 },
81                                                                 {
82                                                                     "xtype" : "Input",
83                                                                     "string placeholder" : "Phone",
84                                                                     "String inputType" : "text",
85                                                                     "$ xns" : "Roo.bootstrap"
86                                                                 }
87                                                             ]
88                                                         }
89                                                     ]
90                                                 }
91                                             ]
92                                         }
93                                     ]
94                                 }
95                             ]
96                         }
97                     ]
98                 }
99             ]
100         }
101     ]
102 }