examples/bootstrap/contact.bjs
[roojs1] / examples / bootstrap / contact.js
1 //<script type="text/javascript">
2
3 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
4
5 contact = new Roo.XComponent({
6     part     :  ["bootstrap", "contact" ],
7     order    : '001-contact',
8     region   : 'center',
9     parent   : false,
10     name     : "unnamed module",
11     disabled : false, 
12     permname : '', 
13     _tree : function()
14     {
15         var _this = this;
16         var MODULE = this;
17         return {
18             '|xns' : 'Roo.bootstrap',
19             xtype : 'Body',
20             xns : Roo.bootstrap,
21             items : [
22                 {
23                     '|xns' : 'Roo.bootstrap',
24                     xtype : 'Container',
25                     xns : Roo.bootstrap,
26                     items : [
27                         {
28                             '|xns' : 'Roo.bootstrap',
29                             tag : 'ol',
30                             cls : 'breadcrumb',
31                             xtype : 'Container',
32                             xns : Roo.bootstrap,
33                             items : [
34                                 {
35                                     '|xns' : 'Roo.bootstrap',
36                                     tag : 'li',
37                                     xtype : 'Element',
38                                     xns : Roo.bootstrap,
39                                     html : '<a href=\"index.html\">Home</a>'
40                                 },
41                                 {
42                                     '|xns' : 'Roo.bootstrap',
43                                     tag : 'li',
44                                     cls : 'active',
45                                     xtype : 'Element',
46                                     xns : Roo.bootstrap,
47                                     html : 'Left Sidebar'
48                                 },
49                                 {
50                                     '|xns' : 'Roo.bootstrap',
51                                     xtype : 'Row',
52                                     xns : Roo.bootstrap,
53                                     items : [
54                                         {
55                                             '|xns' : 'Roo.bootstrap',
56                                             cls : 'col-sm-9 maincontent',
57                                             xtype : 'Container',
58                                             xns : Roo.bootstrap,
59                                             items : [
60                                                 {
61                                                     '|xns' : 'Roo.bootstrap',
62                                                     tag : 'header',
63                                                     cls : 'page-header',
64                                                     xtype : 'Element',
65                                                     xns : Roo.bootstrap,
66                                                     items : [
67                                                         {
68                                                             '|xns' : 'Roo.bootstrap',
69                                                             cls : 'page-title',
70                                                             xtype : 'Header',
71                                                             level : 1,
72                                                             xns : Roo.bootstrap,
73                                                             html : 'Contact us'
74                                                         }
75                                                     ]
76
77                                                 },
78                                                 {
79                                                     '|xns' : 'Roo.bootstrap',
80                                                     tag : 'p',
81                                                     xtype : 'Element',
82                                                     xns : Roo.bootstrap,
83                                                     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'
84                                                 },
85                                                 {
86                                                     '|xns' : 'Roo.bootstrap',
87                                                     xtype : 'Form',
88                                                     xns : Roo.bootstrap,
89                                                     items : [
90                                                         {
91                                                             '|xns' : 'Roo.bootstrap',
92                                                             xtype : 'Row',
93                                                             xns : Roo.bootstrap,
94                                                             items : [
95                                                                 {
96                                                                     '|xns' : 'Roo.bootstrap',
97                                                                     cls : 'col-sm-4',
98                                                                     xtype : 'Container',
99                                                                     xns : Roo.bootstrap,
100                                                                     items : [
101                                                                         {
102                                                                             '|xns' : 'Roo.bootstrap',
103                                                                             xtype : 'Input',
104                                                                             xns : Roo.bootstrap
105                                                                         }
106                                                                     ]
107
108                                                                 }
109                                                             ]
110
111                                                         }
112                                                     ]
113
114                                                 }
115                                             ]
116
117                                         }
118                                     ]
119
120                                 }
121                             ]
122
123                         }
124                     ]
125
126                 }
127             ]
128
129         };    }
130 });