From 246ab8e035b89390a244edc982ec3ff9e1df4134 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 25 Mar 2014 12:34:07 +0800 Subject: [PATCH] Pman.Tab.AdminNotify.bjs Pman.Tab.AdminNotify.js --- Pman.Tab.AdminNotify.bjs | 3 ++- Pman.Tab.AdminNotify.js | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Pman.Tab.AdminNotify.bjs b/Pman.Tab.AdminNotify.bjs index b87cdf3..d92ac40 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -73,7 +73,8 @@ "items": [ { "listeners": { - "select": "function (combo, record, index)\n{\n (function() { _this.grid.footer.onClick('first'); }).defer(100);\n}" + "select": "function (combo, record, index)\n{\n (function() { _this.grid.footer.onClick('first'); }).defer(100);\n}", + "render": "function (_self)\n{\n\n}" }, "allowBlank": true, "displayField": "person_id_name", diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index 4d6d8aa..4eb2e5b 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -244,6 +244,10 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ select : function (combo, record, index) { (function() { _this.grid.footer.onClick('first'); }).defer(100); + }, + render : function (_self) + { + } }, allowBlank : true, -- 2.39.2