Pman.Dialog.PersonEditor.js
authorEdward <edward@roojs.com>
Thu, 11 Jun 2015 05:46:31 +0000 (13:46 +0800)
committerEdward <edward@roojs.com>
Thu, 11 Jun 2015 05:46:31 +0000 (13:46 +0800)
Pman.Dialog.PersonEditor.js

index e48e629..2b020a1 100644 (file)
@@ -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',