Pman.Dialog.XtupleRecvGrp.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 9 Dec 2013 10:48:56 +0000 (18:48 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 9 Dec 2013 10:48:56 +0000 (18:48 +0800)
Pman.Dialog.XtupleRecvGrp.js

Pman.Dialog.XtupleRecvGrp.bjs
Pman.Dialog.XtupleRecvGrp.js

index cb9f619..b79b572 100644 (file)
                         {
                             "|xns": "Roo",
                             "xtype": "BorderLayout",
-                            "*prop": "layout"
+                            "*prop": "layout",
+                            "items": [
+                                {
+                                    "|xns": "Roo",
+                                    "xtype": "LayoutRegion",
+                                    "*prop": "center"
+                                },
+                                {
+                                    "|xns": "Roo",
+                                    "xtype": "LayoutRegion",
+                                    "*prop": "center"
+                                }
+                            ]
                         }
                     ]
                 },
index ebfab46..2b836bb 100644 (file)
@@ -43,7 +43,15 @@ Pman.Dialog.XtupleRecvGrp = {
                     xns: Roo,
                     layout : {
                         xtype: 'BorderLayout',
-                        xns: Roo
+                        xns: Roo,
+                        center : {
+                            xtype: 'LayoutRegion',
+                            xns: Roo
+                        },
+                        center : {
+                            xtype: 'LayoutRegion',
+                            xns: Roo
+                        }
                     }
                 },
                 {