dbgenerate.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 27 Feb 2012 10:54:18 +0000 (18:54 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 27 Feb 2012 10:54:18 +0000 (18:54 +0800)
dbgenerate.js

index 144fac5..bfca363 100644 (file)
@@ -624,7 +624,7 @@ readers.forEach(function(reader) {
                         "|rowdblclick": "function (_self, rowIndex, e)\n" + 
                             "{\n" + 
                             "    if (!_this.dialog) return;\n" + 
-                            "    _this.dialog.show( this.getDataSource().getAt(rowIndex), function() {\n" + 
+                            "    _this.dialog.show( this.getDataSource().getAt(rowIndex).data, function() {\n" + 
                             "        _this.grid.footer.onClick('first');\n" + 
                             "    }); \n" + 
                             "}\n"