examples/mailer/template1.bjs.BQ2EMX
authorAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 09:04:22 +0000 (17:04 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 09:04:22 +0000 (17:04 +0800)
examples/mailer/template1.bjs
examples/mailer/template1.js.492EMX
examples/mailer/template1.js

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

index e946449..4a8ae62 100644 (file)
                             "String blocktype" : "body",
                             "xtype" : "Block",
                             "string html" : "test",
-                            "$ xns" : "Roo.mailer"
+                            "$ xns" : "Roo.mailer",
+                            "items" : [
+                                {
+                                    "xtype" : "Column",
+                                    "$ xns" : "Roo.mailer"
+                                }
+                            ]
                         },
                         {
                             "String blocktype" : "footer",
index a9927d5..2878e19 100644 (file)
@@ -32,7 +32,14 @@ template1 = new Roo.XComponent({
                             blocktype : 'body',
                             xtype : 'Block',
                             html : 'test',
-                            xns : Roo.mailer
+                            xns : Roo.mailer,
+                            items : [
+                               {
+                                    xtype : 'Column',
+                                    xns : Roo.mailer
+                                }
+                            ]
+
                         },
                        {
                             blocktype : 'footer',