From: Alan Knowles Date: Tue, 25 Mar 2014 04:34:13 +0000 (+0800) Subject: Pman.Tab.AdminNotify.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=f5811c0215f1f3aa56f5906d2f37714e11943c3c Pman.Tab.AdminNotify.bjs Pman.Tab.AdminNotify.js --- 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,