Pman.Tab.AdminNotify.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 25 Mar 2014 04:34:13 +0000 (12:34 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 25 Mar 2014 04:34:13 +0000 (12:34 +0800)
Pman.Tab.AdminNotify.js

Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js

index d92ac40..2e1127d 100644 (file)
@@ -74,7 +74,7 @@
                                 {
                                     "listeners": {
                                         "select": "function (combo, record, index)\n{\n   (function() { _this.grid.footer.onClick('first'); }).defer(100);\n}",
-                                        "render": "function (_self)\n{\n\n}"
+                                        "render": "function (_self)\n{\n   _this.personCombo = _self;\n}"
                                     },
                                     "allowBlank": true,
                                     "displayField": "person_id_name",
index 4eb2e5b..ba06e9b 100644 (file)
@@ -247,7 +247,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                                 },
                                 render : function (_self)
                                 {
-                                
+                                   _this.personCombo = _self;
                                 }
                             },
                             allowBlank : true,