Pman.Tab.AdminWatchNotify.bjs
authorAlan Knowles <alan@akbkhome.com>
Mon, 24 Oct 2011 03:35:55 +0000 (11:35 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 24 Oct 2011 03:35:55 +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 ff73550..28485aa 100644 (file)
@@ -7,7 +7,14 @@
     "items": [
         {
             "|xns": "Roo",
-            "xtype": "NestedLayoutPanel"
+            "xtype": "NestedLayoutPanel",
+            "items": [
+                {
+                    "|xns": "Roo",
+                    "xtype": "BorderLayout",
+                    "*prop": "layout"
+                }
+            ]
         }
     ],
     "permname": "",
index c9b92b8..c2852d9 100644 (file)
@@ -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;