Pman.Dialog.CoreNotifyRecur.bjs
authorAlan Knowles <alan@akbkhome.com>
Wed, 16 May 2012 10:07:59 +0000 (18:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 16 May 2012 10:07:59 +0000 (18:07 +0800)
Pman.Dialog.CoreNotifyRecur.js

Pman.Dialog.CoreNotifyRecur.bjs
Pman.Dialog.CoreNotifyRecur.js

index d23c342..f4234f6 100644 (file)
@@ -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,
index 235a9e2..7a6bb46 100644 (file)
@@ -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,