examples/mailer/template1.bjs.5ZIGMX
authorAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 10:39:45 +0000 (18:39 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 10:39:45 +0000 (18:39 +0800)
examples/mailer/template1.bjs
examples/mailer/template1.js.84DGMX
examples/mailer/template1.js
examples/mailer/template1.bjs.GJGGMX
examples/mailer/template1.js.4AGGMX
examples/mailer/template1.bjs.6EI3LX
examples/mailer/template1.js.UNH3LX
examples/mailer/template1.bjs.UEK3LX
examples/mailer/template1.js.CIJ3LX
examples/mailer/template1.bjs.GXR0LX
examples/mailer/template1.js.2HU0LX
examples/mailer/template1.bjs.80T0LX
examples/mailer/template1.js.YTE1LX

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

index 668b102..90ce525 100644 (file)
                             "string html" : "test",
                             "$ xns" : "Roo.mailer"
                         },
+                        {
+                            "String blocktype" : "row",
+                            "xtype" : "Block",
+                            "$ xns" : "Roo.mailer",
+                            "items" : [
+                                {
+                                    "xtype" : "Column",
+                                    "$ xns" : "Roo.mailer",
+                                    "String column" : "left",
+                                    "String src" : "http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/header_placeholder_260px.png",
+                                    "String html" : "test"
+                                },
+                                {
+                                    "xtype" : "Column",
+                                    "String column" : "right",
+                                    "$ xns" : "Roo.mailer",
+                                    "String src" : "http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/header_placeholder_260px.png",
+                                    "String html" : "test2"
+                                }
+                            ]
+                        },
                         {
                             "String blocktype" : "row",
                             "xtype" : "Block",
index 35ed3f0..c40efa4 100644 (file)
@@ -41,6 +41,28 @@ template1 = new Roo.XComponent({
                             html : 'test',
                             xns : Roo.mailer
                         },
+                       {
+                            blocktype : 'row',
+                            xtype : 'Block',
+                            xns : Roo.mailer,
+                            items : [
+                               {
+                                    xtype : 'Column',
+                                    xns : Roo.mailer,
+                                    column : 'left',
+                                    src : 'http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/header_placeholder_260px.png',
+                                    html : 'test'
+                                },
+                               {
+                                    xtype : 'Column',
+                                    column : 'right',
+                                    xns : Roo.mailer,
+                                    src : 'http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/header_placeholder_260px.png',
+                                    html : 'test2'
+                                }
+                            ]
+
+                        },
                        {
                             blocktype : 'row',
                             xtype : 'Block',