Pman.Tab.CmsTranslateTemplates.bjs
authorChris <chris@roojs.com>
Tue, 28 May 2013 07:54:38 +0000 (15:54 +0800)
committerChris <chris@roojs.com>
Tue, 28 May 2013 07:54:38 +0000 (15:54 +0800)
Pman.Tab.CmsTranslateTemplates.js

Pman.Tab.CmsTranslateTemplates.bjs
Pman.Tab.CmsTranslateTemplates.js

index 1696fdd..b3e174f 100644 (file)
                         },
                         {
                             "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 05872c0..bd1e674 100644 (file)
@@ -186,7 +186,7 @@ Pman.Tab.CmsTranslateTemplates = new Roo.XComponent({
                             activate : function() {
                                 _this.panel = this;
                                 if (_this.grid) {
-                                    //_this.grid.footer.onClick('first');
+                                    _this.grid.footer.onClick('first');
                                 }
                             }
                         },