Pman.Tab.XtupleReports.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 18 Dec 2013 12:02:20 +0000 (20:02 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 18 Dec 2013 12:02:20 +0000 (20:02 +0800)
Pman.Tab.XtupleReports.js

Pman.Tab.XtupleReports.bjs
Pman.Tab.XtupleReports.js

index eee3725..c4d45dc 100644 (file)
@@ -8,7 +8,14 @@
         {
             "title": "Reports",
             "xtype": "NestedLayoutPanel",
-            "|xns": "Roo"
+            "|xns": "Roo",
+            "items": [
+                {
+                    "|xns": "Roo",
+                    "xtype": "BorderLayout",
+                    "*prop": "layout"
+                }
+            ]
         }
     ],
     "permname": "",
index a9fb8ea..29ef352 100644 (file)
@@ -17,7 +17,11 @@ Pman.Tab.XtupleReports = new Roo.XComponent({
         return {
             xtype: 'NestedLayoutPanel',
             xns: Roo,
-            title : "Reports"
+            title : "Reports",
+            layout : {
+                xtype: 'BorderLayout',
+                xns: Roo
+            }
         };
     }
 });