Pman.Dialog.CoreEmail.bjs
[Pman.Core] / Pman.Dialog.CoreEmail.bjs
index ad1bb88..1110f03 100644 (file)
                "items" : [
                 {
                  "listeners" : {
-                  "check" : "function (_self, checked)\n{\n    Roo.log(['active : ', checked]);\n    \n    var boxLabel = 'Enabled - will be sent out';\n    \n    if(!checked){\n        boxLabel = 'Disabled - will NOT be sent out right of \\'Mailout Name\\'';\n    }\n    \n    Roo.log(boxLabel);\n    \n    this.setBoxLabel = boxLabel;\n}"
+                  "check" : "function (_self, checked)\n{\n    var boxLabel = 'Enabled - will be sent out';\n    \n    if(!checked){\n        boxLabel = 'Disabled - will NOT be sent out right of \\'Mailout Name\\'';\n    }\n    \n    this.setBoxLabel(boxLabel);\n}"
                  },
                  "String name" : "active",
                  "Boolean checked" : true,