examples/mailer/template1.html
[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                                     html : 'test'
47                                 },
48                                 {
49                                     xtype : 'Column',
50                                     xns : Roo.mailer,
51                                     column : 'right',
52                                     html : 'test2'
53                                 }
54                             ]
55
56                         },
57                         {
58                             blocktype : 'footer',
59                             xtype : 'Block',
60                             html : 'test footer',
61                             xns : Roo.mailer
62                         }
63                     ]
64
65                 }
66             ]
67
68         };    }
69 });