Pman.Dialog.XtupleJournalEntry.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 09:26:02 +0000 (17:26 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 09:26:02 +0000 (17:26 +0800)
Pman.Dialog.XtupleJournalEntry.js

Pman.Dialog.XtupleJournalEntry.bjs
Pman.Dialog.XtupleJournalEntry.js

index 940d54b..f4c96d3 100644 (file)
                     ]
                 },
                 {
-                    "|xns": "Roo",
-                    "xtype": "GridPanel",
-                    "title": "gltrans",
-                    "fitToframe": true,
-                    "fitContainer": true,
-                    "tableName": "gltrans",
-                    "background": true,
-                    "region": "center",
                     "listeners": {
                         "|activate": "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
                     },
+                    "background": false,
+                    "fitContainer": true,
+                    "fitToframe": true,
+                    "region": "center",
+                    "tableName": "gltrans",
+                    "title": "gltrans",
+                    "xtype": "GridPanel",
+                    "|xns": "Roo",
                     "items": [
                         {
                             "*prop": "grid",
index 300fb10..1c269d1 100644 (file)
@@ -209,12 +209,6 @@ Pman.Dialog.XtupleJournalEntry = {
                 {
                     xtype: 'GridPanel',
                     xns: Roo,
-                    title : "gltrans",
-                    fitToframe : true,
-                    fitContainer : true,
-                    tableName : 'gltrans',
-                    background : true,
-                    region : 'center',
                     listeners : {
                         activate : function() {
                             _this.panel = this;
@@ -223,6 +217,12 @@ Pman.Dialog.XtupleJournalEntry = {
                             }
                         }
                     },
+                    background : false,
+                    fitContainer : true,
+                    fitToframe : true,
+                    region : 'center',
+                    tableName : 'gltrans',
+                    title : "gltrans",
                     grid : {
                         xtype: 'Grid',
                         xns: Roo.grid,