Pman.Dialog.CoreAutoSavePreview.bjs
[Pman.Core] / Pman.Dialog.CoreAutoSavePreview.bjs
index 8cf0e64..9301134 100644 (file)
@@ -48,7 +48,7 @@
                         {
                             "listeners": {
                                 "|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"
+                                "|rowdblclick": "function (_self, rowIndex, e)\n{\n    _this.dialog.hide();\n    \n    if (_this.callback) {\n        _this.callback.call(this, _this.source);\n    }\n}\n"
                             },
                             "*prop": "grid",
                             "autoExpandColumn": "filename",