Pman.Tab.AdminNotify.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 11 Apr 2016 06:28:04 +0000 (14:28 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 11 Apr 2016 06:28:04 +0000 (14:28 +0800)
Pman.Tab.AdminNotify.js

Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js

index 9449e41..ae3df01 100644 (file)
          ]
         }
        ]
+      },
+      {
+       "listeners" : {
+        "render" : "function (_self)\n{\n  _this.viewPanel = _self;\n}"
+       },
+       "fitToFrame" : true,
+       "region" : "south",
+       "xtype" : "ContentPanel",
+       "$ xns" : "Roo"
       }
      ]
     }
index 54a5fb5..4433a69 100644 (file)
@@ -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;
+        }
+      }
      }
     ]
    }