examples/mailer/template1.bjs.NEE0LX
authorAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 08:46:26 +0000 (16:46 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 08:46:26 +0000 (16:46 +0800)
examples/mailer/template1.bjs
examples/mailer/template1.js.K3D0LX
examples/mailer/template1.js
examples/mailer/template1.bjs.DHTBMX
examples/mailer/template1.js.K4SBMX

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

index c2e07e3..986efbd 100644 (file)
@@ -8,7 +8,19 @@
     "items" : [
         {
             "xtype" : "Body",
-            "$ xns" : "Roo.mailer"
+            "$ xns" : "Roo.mailer",
+            "items" : [
+                {
+                    "xtype" : "BodyContainer",
+                    "$ xns" : "Roo.mailer",
+                    "items" : [
+                        {
+                            "xtype" : "Block",
+                            "$ xns" : "Roo.mailer"
+                        }
+                    ]
+                }
+            ]
         }
     ]
 }
\ No newline at end of file
index f6ad165..ed30604 100644 (file)
@@ -16,6 +16,20 @@ template1 = new Roo.XComponent({
         var MODULE = this;
         return {
             xtype : 'Body',
-            xns : Roo.mailer
+            xns : Roo.mailer,
+            items : [
+               {
+                    xtype : 'BodyContainer',
+                    xns : Roo.mailer,
+                    items : [
+                       {
+                            xtype : 'Block',
+                            xns : Roo.mailer
+                        }
+                    ]
+
+                }
+            ]
+
         };    }
 });