examples/mailer/template1.bjs.IR0FMX
authorAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 09:06:42 +0000 (17:06 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 09:06:42 +0000 (17:06 +0800)
examples/mailer/template1.bjs
examples/mailer/template1.js.OUSHMX
examples/mailer/template1.js
examples/mailer/template1.bjs.W2H0LX
examples/mailer/template1.js.P3I0LX
examples/mailer/template1.bjs.SEJ0LX
examples/mailer/template1.js.FYJ0LX
examples/mailer/template1.bjs.L9GCMX
examples/mailer/template1.js.THICMX

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

index 99f7811..754bd14 100644 (file)
                             "items" : [
                                 {
                                     "xtype" : "Column",
+                                    "String column" : "left",
                                     "$ xns" : "Roo.mailer"
+                                },
+                                {
+                                    "xtype" : "Column",
+                                    "$ xns" : "Roo.mailer",
+                                    "String column" : "right"
                                 }
                             ]
                         },
index 238f496..d0dab84 100644 (file)
@@ -42,7 +42,13 @@ template1 = new Roo.XComponent({
                             items : [
                                {
                                     xtype : 'Column',
+                                    column : 'left',
                                     xns : Roo.mailer
+                                },
+                               {
+                                    xtype : 'Column',
+                                    xns : Roo.mailer,
+                                    column : 'right'
                                 }
                             ]