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

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

index 00448e8..213f4a8 100644 (file)
@@ -23,7 +23,7 @@
                 },
                 {
                     "listeners": {
-                        "|activate": "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
+                        "|activate": "function() {\n _this.panel = this;\n    if (_this.grid) {\n//        _this.grid.footer.onClick('first');\n    }\n}"
                     },
                     "background": false,
                     "fitContainer": true,
index 10c4133..243a860 100644 (file)
@@ -41,9 +41,9 @@ Pman.Dialog.CoreNotifyRecur = {
                     xns: Roo,
                     listeners : {
                         activate : function() {
-                            _this.panel = this;
+                         _this.panel = this;
                             if (_this.grid) {
-                                _this.grid.footer.onClick('first');
+                        //        _this.grid.footer.onClick('first');
                             }
                         }
                     },