examples/mailer/template1.bjs.SNZYLX
authorAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 09:03:50 +0000 (17:03 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 09:03:50 +0000 (17:03 +0800)
examples/mailer/template1.bjs
examples/mailer/template1.js.M1YYLX
examples/mailer/template1.js
examples/mailer/template1.bjs.SXN0LX
examples/mailer/template1.js.A6M0LX
examples/mailer/template1.bjs.9QM0LX
examples/mailer/template1.js.N4L0LX

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

index dc81a65..8149826 100644 (file)
                     "$ xns" : "Roo.mailer",
                     "items" : [
                         {
+                            "String blocktype" : "header",
+                            "xtype" : "Block",
+                            "string html" : "test",
+                            "$ xns" : "Roo.mailer"
+                        },
+                        {
+                            "String blocktype" : "header",
                             "xtype" : "Block",
                             "string html" : "test",
                             "$ xns" : "Roo.mailer"
index f1316f9..aac3dd2 100644 (file)
@@ -23,6 +23,13 @@ template1 = new Roo.XComponent({
                     xns : Roo.mailer,
                     items : [
                        {
+                            blocktype : 'header',
+                            xtype : 'Block',
+                            html : 'test',
+                            xns : Roo.mailer
+                        },
+                       {
+                            blocktype : 'header',
                             xtype : 'Block',
                             html : 'test',
                             xns : Roo.mailer