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" : "Name",
77                                                                     "String inputType" : "text",
78                                                                     "$ xns" : "Roo.bootstrap",
79                                                                     "Number sm" : 4
80                                                                 },
81                                                                 {
82                                                                     "xtype" : "Input",
83                                                                     "string placeholder" : "Email",
84                                                                     "String inputType" : "text",
85                                                                     "$ xns" : "Roo.bootstrap",
86                                                                     "Number sm" : 4
87                                                                 },
88                                                                 {
89                                                                     "xtype" : "Input",
90                                                                     "string placeholder" : "Phone",
91                                                                     "String inputType" : "text",
92                                                                     "$ xns" : "Roo.bootstrap",
93                                                                     "Number sm" : 4
94                                                                 }
95                                                             ]
96                                                         },
97                                                         {
98                                                             "xtype" : "Row",
99                                                             "$ xns" : "Roo.bootstrap",
100                                                             "items" : [
101                                                                 {
102                                                                     "xtype" : "TextArea",
103                                                                     "string placeholder" : "Type your message here...",
104                                                                     "Number rows" : 9,
105                                                                     "$ xns" : "Roo.bootstrap",
106                                                                     "Number sm" : 12
107                                                                 }
108                                                             ]
109                                                         },
110                                                         {
111                                                             "xtype" : "Row",
112                                                             "$ xns" : "Roo.bootstrap",
113                                                             "items" : [
114                                                                 {
115                                                                     "String cls" : "col-sm-6",
116                                                                     "xtype" : "Container",
117                                                                     "$ xns" : "Roo.bootstrap",
118                                                                     "items" : [
119                                                                         {
120                                                                             "String tag" : "label",
121                                                                             "String cls" : "checkbox",
122                                                                             "xtype" : "Element",
123                                                                             "$ xns" : "Roo.bootstrap",
124                                                                             "String html" : "<input type=\"checkbox\"> \nSign up for newsletter\n"
125                                                                         }
126                                                                     ]
127                                                                 },
128                                                                 {
129                                                                     "String cls" : "col-sm-6 text-right",
130                                                                     "xtype" : "Container",
131                                                                     "$ xns" : "Roo.bootstrap",
132                                                                     "String html" : "<input class=\"btn btn-action\" type=\"submit\" value=\"Send message\">"
133                                                                 }
134                                                             ]
135                                                         }
136                                                     ]
137                                                 }
138                                             ]
139                                         }
140                                     ]
141                                 }
142                             ]
143                         }
144                     ]
145                 }
146             ]
147         }
148     ]
149 }