Pman.Tab.AdminWatchNotify.bjs
authorAlan Knowles <alan@akbkhome.com>
Mon, 24 Oct 2011 03:35:58 +0000 (11:35 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 24 Oct 2011 03:35:58 +0000 (11:35 +0800)
Pman.Tab.AdminWatchNotify.bjs
Pman.Tab.AdminWatchNotify.js
Pman.Tab.AdminWatchNotify.js

Pman.Tab.AdminWatchNotify.bjs
Pman.Tab.AdminWatchNotify.js

index 28485aa..c3b7253 100644 (file)
                 {
                     "|xns": "Roo",
                     "xtype": "BorderLayout",
-                    "*prop": "layout"
+                    "*prop": "layout",
+                    "items": [
+                        {
+                            "|xns": "Roo",
+                            "xtype": "LayoutRegion",
+                            "*prop": "center"
+                        }
+                    ]
                 }
             ]
         }
index c2852d9..68f1793 100644 (file)
@@ -36,7 +36,11 @@ Pman.Tab.AdminWatchNotify = new Roo.util.Observable({
             xns: Roo,
             layout : {
                 xtype: 'BorderLayout',
-                xns: Roo
+                xns: Roo,
+                center : {
+                    xtype: 'LayoutRegion',
+                    xns: Roo
+                }
             }
         });
         this.layout = this.panel.layout;