Pman.Dialog.CoreEmail.bjs
authoredward <edward@roojs.com>
Mon, 18 Jul 2016 06:01:37 +0000 (14:01 +0800)
committeredward <edward@roojs.com>
Mon, 18 Jul 2016 06:01:37 +0000 (14:01 +0800)
Pman.Dialog.CoreEmail.js

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

index d2ffc6d..ef1fc38 100644 (file)
                   "check" : "function (_self, checked)\n{\n    Roo.log(['checked : ', checked]);\n}"
                  },
                  "String name" : "active",
+                 "Boolean checked" : true,
                  "xtype" : "Checkbox",
                  "String valueOff" : 0,
                  "String boxLabel" : "Enabled - will be sent out",
index ada6ad7..d674eac 100644 (file)
@@ -617,6 +617,7 @@ Pman.Dialog.CoreEmail = {
                items  : [
                 {
                  boxLabel : 'Enabled - will be sent out',
+                 checked : true,
                  name : 'active',
                  value : 1,
                  valueOff : 0,