From: Edward Date: Thu, 11 Jun 2015 05:46:31 +0000 (+0800) Subject: Pman.Dialog.PersonEditor.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=68314a81972536e907fa698e8357523b5a279e12 Pman.Dialog.PersonEditor.js --- diff --git a/Pman.Dialog.PersonEditor.js b/Pman.Dialog.PersonEditor.js index e48e629f..2b020a13 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -525,7 +525,15 @@ Pman.Dialog.PersonEditor.prototype = { checked : true, xtype : 'Checkbox', xns : Roo.form, - width : 220 + width : 220, + listeners : { + check : function (_self, checked) { + Roo.log(this.form); + if(checked){ + + } + } + } }, project_id_fs : { xtype : 'FieldSetEx',