examples/mailer/template1.bjs.C7QAMX
authorAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 10:10:50 +0000 (18:10 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 10:10:50 +0000 (18:10 +0800)
examples/mailer/template1.bjs
examples/mailer/template1.js.EQPAMX
examples/mailer/template1.js

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

index 8cd7b65..668b102 100644 (file)
@@ -18,7 +18,8 @@
                             "String blocktype" : "preheader",
                             "xtype" : "Block",
                             "string html" : "test",
-                            "$ xns" : "Roo.mailer"
+                            "$ xns" : "Roo.mailer",
+                            "String style" : "padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:20px;"
                         },
                         {
                             "String blocktype" : "header",
index 8bbc673..35ed3f0 100644 (file)
@@ -26,7 +26,8 @@ template1 = new Roo.XComponent({
                             blocktype : 'preheader',
                             xtype : 'Block',
                             html : 'test',
-                            xns : Roo.mailer
+                            xns : Roo.mailer,
+                            style : 'padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:20px;'
                         },
                        {
                             blocktype : 'header',