examples/mailer/template1.bjs.6ZL5LX
authorAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 09:04:08 +0000 (17:04 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 09:04:08 +0000 (17:04 +0800)
examples/mailer/template1.bjs
examples/mailer/template1.js.89K5LX
examples/mailer/template1.js
examples/mailer/template1.bjs.TCRCMX
examples/mailer/template1.js.EIQCMX
examples/mailer/template1.bjs.A2PCMX
examples/mailer/template1.js.0O1CMX
examples/mailer/template1.bjs.EX5EMX
examples/mailer/template1.js.Z3HFMX
examples/mailer/template1.bjs.6KF6LX
examples/mailer/template1.js.1FG6LX

examples/mailer/template1.bjs
examples/mailer/template1.js

index 8149826..e946449 100644 (file)
                             "$ xns" : "Roo.mailer"
                         },
                         {
-                            "String blocktype" : "header",
+                            "String blocktype" : "body",
+                            "xtype" : "Block",
+                            "string html" : "test",
+                            "$ xns" : "Roo.mailer"
+                        },
+                        {
+                            "String blocktype" : "footer",
                             "xtype" : "Block",
                             "string html" : "test",
                             "$ xns" : "Roo.mailer"
index aac3dd2..a9927d5 100644 (file)
@@ -29,7 +29,13 @@ template1 = new Roo.XComponent({
                             xns : Roo.mailer
                         },
                        {
-                            blocktype : 'header',
+                            blocktype : 'body',
+                            xtype : 'Block',
+                            html : 'test',
+                            xns : Roo.mailer
+                        },
+                       {
+                            blocktype : 'footer',
                             xtype : 'Block',
                             html : 'test',
                             xns : Roo.mailer