From 189bb4bcc536b4f2205d5ce403e14c7e21276337 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 16 May 2012 18:07:59 +0800 Subject: [PATCH] Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- Pman.Dialog.CoreNotifyRecur.bjs | 3 +++ Pman.Dialog.CoreNotifyRecur.js | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index d23c3428..f4234f63 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -6,6 +6,9 @@ "path": "/home/alan/gitlive/Pman.Core/Pman.Dialog.CoreNotifyRecur.bjs", "items": [ { + "listeners": { + "show": "function (_self)\n{\n _this.grid.ds.load({});\n}" + }, "height": 500, "modal": true, "resizable": false, diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index 235a9e2a..7a6bb460 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -30,6 +30,12 @@ Pman.Dialog.CoreNotifyRecur = { this.dialog = Roo.factory({ xtype: 'LayoutDialog', xns: Roo, + listeners : { + show : function (_self) + { + _this.grid.ds.load({}); + } + }, height : 500, modal : true, resizable : false, -- 2.39.2