examples/mailer/template1.bjs.IDH6LX
[roojs1] / examples / mailer / template1.js
1 //<script type="text/javascript">
2
3 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
4
5 template1 = new Roo.XComponent({
6     part     :  ["mailer", "template1" ],
7     order    : '001-template-',
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             xtype : 'Body',
19             xns : Roo.mailer,
20             items : [
21                 {
22                     xtype : 'BodyContainer',
23                     xns : Roo.mailer,
24                     items : [
25                         {
26                             blocktype : 'header',
27                             xtype : 'Block',
28                             html : 'test',
29                             xns : Roo.mailer
30                         },
31                         {
32                             blocktype : 'body',
33                             xtype : 'Block',
34                             html : 'test',
35                             xns : Roo.mailer
36                         },
37                         {
38                             blocktype : 'row',
39                             xtype : 'Block',
40                             xns : Roo.mailer,
41                             items : [
42                                 {
43                                     xtype : 'Column',
44                                     column : 'left',
45                                     xns : Roo.mailer
46                                 },
47                                 {
48                                     xtype : 'Column',
49                                     xns : Roo.mailer,
50                                     column : 'right'
51                                 }
52                             ]
53
54                         },
55                         {
56                             blocktype : 'footer',
57                             xtype : 'Block',
58                             html : 'test footer',
59                             xns : Roo.mailer
60                         }
61                     ]
62
63                 }
64             ]
65
66         };    }
67 });