examples/mailer/template1.bjs.AV5AMX
authorAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 08:46:05 +0000 (16:46 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 08:46:05 +0000 (16:46 +0800)
examples/mailer/template1.bjs
examples/mailer/template1.js.JD5AMX
examples/mailer/template1.js

examples/mailer/template1.bjs [new file with mode: 0644]
examples/mailer/template1.js [new file with mode: 0644]

diff --git a/examples/mailer/template1.bjs b/examples/mailer/template1.bjs
new file mode 100644 (file)
index 0000000..c2e07e3
--- /dev/null
@@ -0,0 +1,14 @@
+{
+    "name" : "template1",
+    "parent" : "",
+    "title" : "",
+    "path" : "/home/alan/gitlive/roojs1/examples/mailer/template1.bjs",
+    "permname" : "",
+    "modOrder" : "001",
+    "items" : [
+        {
+            "xtype" : "Body",
+            "$ xns" : "Roo.mailer"
+        }
+    ]
+}
\ No newline at end of file
diff --git a/examples/mailer/template1.js b/examples/mailer/template1.js
new file mode 100644 (file)
index 0000000..f6ad165
--- /dev/null
@@ -0,0 +1,21 @@
+//<script type="text/javascript">
+
+// Auto generated file - created by app.Builder.js- do not edit directly (at present!)
+
+template1 = new Roo.XComponent({
+    part     :  ["mailer", "template1" ],
+    order    : '001-template-',
+    region   : 'center',
+    parent   : false,
+    name     : "unnamed module",
+    disabled : false, 
+    permname : '', 
+    _tree : function()
+    {
+        var _this = this;
+        var MODULE = this;
+        return {
+            xtype : 'Body',
+            xns : Roo.mailer
+        };    }
+});