From 8025c46ea6e8532dc18b9125f9fb5d0e7947fc62 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 24 Oct 2011 11:35:55 +0800 Subject: [PATCH] Pman.Tab.AdminWatchNotify.bjs Pman.Tab.AdminWatchNotify.bjs Pman.Tab.AdminWatchNotify.js Pman.Tab.AdminWatchNotify.js --- Pman.Tab.AdminWatchNotify.bjs | 9 ++++++++- Pman.Tab.AdminWatchNotify.js | 6 +++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.AdminWatchNotify.bjs b/Pman.Tab.AdminWatchNotify.bjs index ff73550..28485aa 100644 --- a/Pman.Tab.AdminWatchNotify.bjs +++ b/Pman.Tab.AdminWatchNotify.bjs @@ -7,7 +7,14 @@ "items": [ { "|xns": "Roo", - "xtype": "NestedLayoutPanel" + "xtype": "NestedLayoutPanel", + "items": [ + { + "|xns": "Roo", + "xtype": "BorderLayout", + "*prop": "layout" + } + ] } ], "permname": "", diff --git a/Pman.Tab.AdminWatchNotify.js b/Pman.Tab.AdminWatchNotify.js index c9b92b8..c2852d9 100644 --- a/Pman.Tab.AdminWatchNotify.js +++ b/Pman.Tab.AdminWatchNotify.js @@ -33,7 +33,11 @@ Pman.Tab.AdminWatchNotify = new Roo.util.Observable({ this.panel = parentLayout.addxtype({ xtype: 'NestedLayoutPanel', - xns: Roo + xns: Roo, + layout : { + xtype: 'BorderLayout', + xns: Roo + } }); this.layout = this.panel.layout; -- 2.39.2