From: Alan Knowles Date: Wed, 16 May 2012 10:07:59 +0000 (+0800) Subject: Pman.Dialog.CoreNotifyRecur.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=189bb4bcc536b4f2205d5ce403e14c7e21276337 Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- 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,