Pman.Tab.AdminWatchNotify.bjs
authorAlan Knowles <alan@akbkhome.com>
Mon, 24 Oct 2011 03:35:51 +0000 (11:35 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 24 Oct 2011 03:35:51 +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 31e64f5..ff73550 100644 (file)
@@ -4,7 +4,12 @@
     "parent": "",
     "title": "",
     "path": "/home/alan/gitlive/Pman.Admin/Pman.Tab.AdminWatchNotify.bjs",
-    "items": false,
+    "items": [
+        {
+            "|xns": "Roo",
+            "xtype": "NestedLayoutPanel"
+        }
+    ],
     "permname": "",
     "modOrder": "001"
 }
\ No newline at end of file
index c227083..c9b92b8 100644 (file)
@@ -1 +1,41 @@
-0
\ No newline at end of file
+//<script type="text/javascript">
+
+// Auto generated file - created by app.Builder.js- do not edit directly (at present!)
+
+
+
+// register the module first
+Pman.on('beforeload', function()
+{
+    Pman.register({
+        part :  ["Admin","WatchNotify"],
+        modKey : '001-Pman.Tab.AdminWatchNotify',
+        module : Pman.Tab.AdminWatchNotify,
+        region : '',
+        parent : false,
+        name : "unnamed module",
+        disabled : false, 
+        permname: '' 
+    });
+});
+
+Pman.Tab.AdminWatchNotify = new Roo.util.Observable({
+
+    panel : false,
+    disabled : false,
+    parentLayout:  false,
+
+    add : function(parentLayout, region)
+    {
+
+        var _this = this;
+        this.parentLayout = parentLayout;
+
+        this.panel = parentLayout.addxtype({
+            xtype: 'NestedLayoutPanel',
+            xns: Roo
+        });
+        this.layout = this.panel.layout;
+
+    }
+});