From f5811c0215f1f3aa56f5906d2f37714e11943c3c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 25 Mar 2014 12:34:13 +0800 Subject: [PATCH] Pman.Tab.AdminNotify.bjs Pman.Tab.AdminNotify.js --- Pman.Tab.AdminNotify.bjs | 2 +- Pman.Tab.AdminNotify.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.AdminNotify.bjs b/Pman.Tab.AdminNotify.bjs index d92ac40..2e1127d 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -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", diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index 4eb2e5b..ba06e9b 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -247,7 +247,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ }, render : function (_self) { - + _this.personCombo = _self; } }, allowBlank : true, -- 2.39.2