Pman.Dialog.CoreAutoSavePreview.bjs
authorEdward <edward@roojs.com>
Thu, 8 May 2014 09:29:41 +0000 (17:29 +0800)
committerEdward <edward@roojs.com>
Thu, 8 May 2014 09:29:41 +0000 (17:29 +0800)
Pman.Dialog.CoreAutoSavePreview.js

Pman.Dialog.CoreAutoSavePreview.bjs
Pman.Dialog.CoreAutoSavePreview.js

index 9c98fe4..b810864 100644 (file)
@@ -44,7 +44,7 @@
                     "items": [
                         {
                             "listeners": {
-                                "|render": "function() \n{\n    _this.grid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.panel.active) {\n       this.footer.onClick('first');\n    }\n}",
+                                "|render": "function() \n{\n    _this.grid = this; \n    \n    if (_this.panel.active) {\n       this.footer.onClick('first');\n    }\n}",
                                 "|rowdblclick": "function (_self, rowIndex, e)\n{\n\n}\n"
                             },
                             "*prop": "grid",
index 8513919..4568ab5 100644 (file)
@@ -63,7 +63,7 @@ Pman.Dialog.CoreAutoSavePreview = {
                             render : function() 
                             {
                                 _this.grid = this; 
-                                //_this.dialog = Pman.Dialog.FILL_IN
+                                
                                 if (_this.panel.active) {
                                    this.footer.onClick('first');
                                 }