Pman.Dialog.CoreAutoSavePreview.bjs
authorEdward <edward@roojs.com>
Thu, 8 May 2014 09:24:27 +0000 (17:24 +0800)
committerEdward <edward@roojs.com>
Thu, 8 May 2014 09:24:27 +0000 (17:24 +0800)
Pman.Dialog.CoreAutoSavePreview.js

Pman.Dialog.CoreAutoSavePreview.bjs
Pman.Dialog.CoreAutoSavePreview.js

index 0912cf3..377c670 100644 (file)
                     ]
                 },
                 {
-                    "|xns": "Roo",
-                    "xtype": "GridPanel",
-                    "title": "Images",
-                    "fitToframe": true,
-                    "fitContainer": true,
-                    "tableName": "Images",
-                    "background": true,
-                    "region": "center",
                     "listeners": {
                         "|activate": "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
                     },
+                    "background": true,
+                    "fitContainer": true,
+                    "fitToframe": true,
+                    "region": "west",
+                    "tableName": "Images",
+                    "title": "Images",
+                    "xtype": "GridPanel",
+                    "|xns": "Roo",
                     "items": [
                         {
                             "*prop": "grid",
index c5af4a0..2e4c68f 100644 (file)
@@ -248,12 +248,6 @@ Pman.Dialog.CoreAutoSavePreview = {
                 {
                     xtype: 'GridPanel',
                     xns: Roo,
-                    title : "Images",
-                    fitToframe : true,
-                    fitContainer : true,
-                    tableName : 'Images',
-                    background : true,
-                    region : 'center',
                     listeners : {
                         activate : function() {
                             _this.panel = this;
@@ -262,6 +256,12 @@ Pman.Dialog.CoreAutoSavePreview = {
                             }
                         }
                     },
+                    background : true,
+                    fitContainer : true,
+                    fitToframe : true,
+                    region : 'west',
+                    tableName : 'Images',
+                    title : "Images",
                     grid : {
                         xtype: 'Grid',
                         xns: Roo.grid,