Pman.Tab.CoreOAuthClient.bjs
authorEdward <edward@roojs.com>
Wed, 25 Jun 2014 03:48:49 +0000 (11:48 +0800)
committerEdward <edward@roojs.com>
Wed, 25 Jun 2014 03:48:49 +0000 (11:48 +0800)
Pman.Tab.CoreOAuthClient.js

Pman.Tab.CoreOAuthClient.bjs
Pman.Tab.CoreOAuthClient.js

index 08dbbfe..63eab0a 100644 (file)
@@ -4,7 +4,30 @@
     "parent": "",
     "title": "",
     "path": "/home/edward/gitlive/Pman.Core/Pman.Tab.CoreOAuthClient.bjs",
-    "items": [],
+    "items": [
+        {
+            "region": "center",
+            "title": "Email Template",
+            "xtype": "NestedLayoutPanel",
+            "|xns": "Roo",
+            "items": [
+                {
+                    "|xns": "Roo",
+                    "xtype": "BorderLayout",
+                    "*prop": "layout",
+                    "items": [
+                        {
+                            "*prop": "center",
+                            "autoScroll": false,
+                            "split": true,
+                            "xtype": "LayoutRegion",
+                            "|xns": "Roo"
+                        }
+                    ]
+                }
+            ]
+        }
+    ],
     "permname": "",
     "modOrder": "001"
 }
\ No newline at end of file
index c227083..76fdfa5 100644 (file)
@@ -1 +1,34 @@
-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!)
+
+Pman.Tab.CoreOAuthClient = new Roo.XComponent({
+    part     :  ["Core","OAuthClient"],
+    order    : '001-Pman.Tab.CoreOAuthClient',
+    region   : 'center',
+    parent   : false,
+    name     : "unnamed module",
+    disabled : false, 
+    permname : '', 
+    _tree : function()
+    {
+        var _this = this;
+        var MODULE = this;
+        return {
+            xtype: 'NestedLayoutPanel',
+            xns: Roo,
+            region : 'center',
+            title : "Email Template",
+            layout : {
+                xtype: 'BorderLayout',
+                xns: Roo,
+                center : {
+                    xtype: 'LayoutRegion',
+                    xns: Roo,
+                    autoScroll : false,
+                    split : true
+                }
+            }
+        };
+    }
+});