4158659128aa47c8b692198f8905d80b19468345
[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 : 'column',
39                             xtype : 'Block',
40                             html : 'test',
41                             xns : Roo.mailer,
42                             items : [
43                                 {
44                                     xtype : 'Column',
45                                     column : 'left',
46                                     xns : Roo.mailer
47                                 },
48                                 {
49                                     xtype : 'Column',
50                                     xns : Roo.mailer,
51                                     column : 'right'
52                                 }
53                             ]
54
55                         },
56                         {
57                             blocktype : 'footer',
58                             xtype : 'Block',
59                             html : 'test footer',
60                             xns : Roo.mailer
61                         }
62                     ]
63
64                 }
65             ]
66
67         };    }
68 });