From: Alan Knowles Date: Mon, 24 Oct 2011 03:35:58 +0000 (+0800) Subject: Pman.Tab.AdminWatchNotify.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=8485ec599a46f4aad721099ad61ef473d8165d09 Pman.Tab.AdminWatchNotify.bjs Pman.Tab.AdminWatchNotify.bjs Pman.Tab.AdminWatchNotify.js Pman.Tab.AdminWatchNotify.js --- diff --git a/Pman.Tab.AdminWatchNotify.bjs b/Pman.Tab.AdminWatchNotify.bjs index 28485aa..c3b7253 100644 --- a/Pman.Tab.AdminWatchNotify.bjs +++ b/Pman.Tab.AdminWatchNotify.bjs @@ -12,7 +12,14 @@ { "|xns": "Roo", "xtype": "BorderLayout", - "*prop": "layout" + "*prop": "layout", + "items": [ + { + "|xns": "Roo", + "xtype": "LayoutRegion", + "*prop": "center" + } + ] } ] } diff --git a/Pman.Tab.AdminWatchNotify.js b/Pman.Tab.AdminWatchNotify.js index c2852d9..68f1793 100644 --- a/Pman.Tab.AdminWatchNotify.js +++ b/Pman.Tab.AdminWatchNotify.js @@ -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;