From: edward Date: Mon, 18 Jul 2016 06:00:39 +0000 (+0800) Subject: Pman.Dialog.CoreEmail.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=71869e704ad8b453335a9542d87d1d4b7aa914f7 Pman.Dialog.CoreEmail.bjs Pman.Dialog.CoreEmail.js --- diff --git a/Pman.Dialog.CoreEmail.bjs b/Pman.Dialog.CoreEmail.bjs index 6d352a9d..d2ffc6df 100644 --- a/Pman.Dialog.CoreEmail.bjs +++ b/Pman.Dialog.CoreEmail.bjs @@ -267,7 +267,7 @@ "items" : [ { "listeners" : { - "check" : "function (_self, checked)\n{\n \n}" + "check" : "function (_self, checked)\n{\n Roo.log(['checked : ', checked]);\n}" }, "String name" : "active", "xtype" : "Checkbox", diff --git a/Pman.Dialog.CoreEmail.js b/Pman.Dialog.CoreEmail.js index 9e0e782c..ada6ad73 100644 --- a/Pman.Dialog.CoreEmail.js +++ b/Pman.Dialog.CoreEmail.js @@ -626,7 +626,7 @@ Pman.Dialog.CoreEmail = { listeners : { check : function (_self, checked) { - + Roo.log(['checked : ', checked]); } } }