examples/mailer/template1.bjs.6ZL5LX
[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 : 'footer',
39                             xtype : 'Block',
40                             html : 'test',
41                             xns : Roo.mailer
42                         }
43                     ]
44
45                 }
46             ]
47
48         };    }
49 });