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
80                                         }
81                                     ]
82
83                                 }
84                             ]
85
86                         }
87                     ]
88
89                 }
90             ]
91
92         };    }
93 });