Pman.Dialog.CoreEmail.bjs
authoredward <edward@roojs.com>
Mon, 18 Jul 2016 05:56:48 +0000 (13:56 +0800)
committeredward <edward@roojs.com>
Mon, 18 Jul 2016 05:56:48 +0000 (13:56 +0800)
Pman.Dialog.CoreEmail.js

Pman.Dialog.CoreEmail.bjs
Pman.Dialog.CoreEmail.js

index 691f3f2..17a7045 100644 (file)
                "name" : "name"
               },
               {
-               "xtype" : "Checkbox",
-               "$ xns" : "Roo.form"
+               "xtype" : "Column",
+               "$ xns" : "Roo.form",
+               "items" : [
+                {
+                 "xtype" : "Checkbox",
+                 "$ xns" : "Roo.form"
+                }
+               ]
               }
              ]
             },
index f7949db..501c4e7 100644 (file)
@@ -611,7 +611,14 @@ Pman.Dialog.CoreEmail = {
               {
                xns : Roo.form,
                '|xns' : 'Roo.form',
-               xtype : 'Checkbox'
+               xtype : 'Column',
+               items  : [
+                {
+                 xns : Roo.form,
+                 '|xns' : 'Roo.form',
+                 xtype : 'Checkbox'
+                }
+               ]
               }
              ]
             },