dbgenerate.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 6 Sep 2010 08:09:55 +0000 (16:09 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 6 Sep 2010 08:09:55 +0000 (16:09 +0800)
dbgenerate.js

index ac4a8fa..5efb7dd 100644 (file)
@@ -505,7 +505,15 @@ readers.forEach(function(reader) {
             "background": true,
             "region" : 'center',
             "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}",
+                "|rowdblclick": "function (_self, rowIndex, e)\n" + 
+                    "{\n" + 
+                    "    if (!_this.dialog) return;\n" + 
+                    "    _this.dialog.show( this.getDataSource().getAt(rowIndex), function() {\n" + 
+                    "        _this.grid.footer.onClick('first');\n" + 
+                    "    }); \n" + 
+                    "}\n"
+                
             },
             "items": [
                 {