From: Alan Knowles Date: Mon, 24 Oct 2011 03:35:55 +0000 (+0800) Subject: Pman.Tab.AdminWatchNotify.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=8025c46ea6e8532dc18b9125f9fb5d0e7947fc62 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 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;