Pman.Tab.CmsAggregate.bjs
authorAlan Knowles <alan@akbkhome.com>
Mon, 26 Mar 2012 07:01:18 +0000 (15:01 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 26 Mar 2012 07:01:18 +0000 (15:01 +0800)
Pman.Tab.CmsAggregate.bjs
Pman.Tab.CmsAggregate.js
Pman.Tab.CmsAggregate.js

Pman.Tab.CmsAggregate.bjs
Pman.Tab.CmsAggregate.js

index 1fac66e..3086cfd 100644 (file)
@@ -70,7 +70,7 @@
                             "items": [
                                 {
                                     "listeners": {
-                                        "click": "function (_self, e)\n{\n    Roo.MessageBox.alert(\"Downloading\", \n        \"Updating feed, wait till this message disapears, or press OK to let it carry on in the background\"\n    );\n    \n    \n    new Pman.Request({\n        url : baseURL + '/Roo/cms_rssaggr',\n        method : 'GET',\n        params : {\n            _pullfeed : 1\n        },\n        success : function() {\n            Roo.MessageBox.hide();\n            _this.grid.onClick('first');\n        }\n    });\n}"
+                                        "click": "function (_self, e)\n{\n    Roo.MessageBox.alert(\"Downloading\", \n        \"Updating feed, wait till this message disapears, or press OK to let it carry on in the background\"\n    );\n    \n    \n    new Pman.Request({\n        url : baseURL + '/Roo/cms_rssaggr',\n        method : 'GET',\n        params : {\n            _pullfeed : 1\n        },\n        success : function() {\n            Roo.MessageBox.hide();\n            _this.grid.footer.onClick('first');\n        }\n    });\n}"
                                     },
                                     "text": "Update from Feed",
                                     "xtype": "Button",
index c9e8812..85eea3d 100644 (file)
@@ -164,7 +164,7 @@ Pman.Tab.CmsAggregate = new Roo.util.Observable({
                                         },
                                         success : function() {
                                             Roo.MessageBox.hide();
-                                            _this.grid.onClick('first');
+                                            _this.grid.footer.onClick('first');
                                         }
                                     });
                                 }