examples/mailer/template1.bjs.BJM3LX
authorAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 09:04:34 +0000 (17:04 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 09:04:34 +0000 (17:04 +0800)
examples/mailer/template1.bjs
examples/mailer/template1.js.M5M3LX
examples/mailer/template1.js
examples/mailer/template1.bjs.EFN3LX
examples/mailer/template1.js.EZN3LX
examples/mailer/template1.bjs.EKA7LX
examples/mailer/template1.js.T5A7LX

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

index 4a8ae62..8828404 100644 (file)
                             "string html" : "test",
                             "$ xns" : "Roo.mailer"
                         },
+                        {
+                            "String blocktype" : "body",
+                            "xtype" : "Block",
+                            "string html" : "test",
+                            "$ xns" : "Roo.mailer"
+                        },
                         {
                             "String blocktype" : "body",
                             "xtype" : "Block",
index 2878e19..1e6fe86 100644 (file)
@@ -28,6 +28,12 @@ template1 = new Roo.XComponent({
                             html : 'test',
                             xns : Roo.mailer
                         },
+                       {
+                            blocktype : 'body',
+                            xtype : 'Block',
+                            html : 'test',
+                            xns : Roo.mailer
+                        },
                        {
                             blocktype : 'body',
                             xtype : 'Block',