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

index f209855..5cb0e3a 100644 (file)
@@ -504,6 +504,7 @@ readers.forEach(function(reader) {
             "fitContainer": true,
             "tableName": reader.table,
             "background": true,
+            "region" : 'center',
             "listeners": {
                 "|activate": "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
             },