From 30f3afa3675083159d43b2592aafff0d63208aba Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 11 Apr 2016 14:28:04 +0800 Subject: [PATCH] Pman.Tab.AdminNotify.bjs Pman.Tab.AdminNotify.js --- Pman.Tab.AdminNotify.bjs | 9 +++++++++ Pman.Tab.AdminNotify.js | 13 +++++++++++++ 2 files changed, 22 insertions(+) diff --git a/Pman.Tab.AdminNotify.bjs b/Pman.Tab.AdminNotify.bjs index 9449e41..ae3df01 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -379,6 +379,15 @@ ] } ] + }, + { + "listeners" : { + "render" : "function (_self)\n{\n _this.viewPanel = _self;\n}" + }, + "fitToFrame" : true, + "region" : "south", + "xtype" : "ContentPanel", + "$ xns" : "Roo" } ] } diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index 54a5fb5..4433a69 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -652,6 +652,19 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ } ] } + }, + { + fitToFrame : true, + region : 'south', + xns : Roo, + '|xns' : 'Roo', + xtype : 'ContentPanel', + listeners : { + render : function (_self) + { + _this.viewPanel = _self; + } + } } ] } -- 2.39.2