bezier test
[roojs1] / examples / bootstrap / BezierSignature.js
diff --git a/examples/bootstrap/BezierSignature.js b/examples/bootstrap/BezierSignature.js
new file mode 100644 (file)
index 0000000..1373119
--- /dev/null
@@ -0,0 +1,51 @@
+//<script type="text/javascript">
+
+// Auto generated file - created by app.Builder.js- do not edit directly (at present!)
+
+BezierSignature = new Roo.XComponent({
+
+
+
+  part     :  ["bootstrap", "BezierSignature" ],
+  order    : '001-BezierSignature',
+  region   : 'center',
+  parent   : false,
+  name     : "BezierSignature",
+  disabled : false, 
+  permname : '', 
+  _tree : function(_data)
+  {
+   var _this = this;
+   var MODULE = this;
+   return {
+   xtype : 'Body',
+   xns : Roo.bootstrap,
+   '|xns' : 'Roo.bootstrap',
+   items  : [
+    {
+     xtype : 'Container',
+     listeners : {
+      render : function (_self)
+       {
+           _this.ctn = this;
+       }
+     },
+     xns : Roo.bootstrap,
+     '|xns' : 'Roo.bootstrap',
+     items  : [
+      {
+       xtype : 'BezierSignature',
+       listeners : {
+        render : function (_self)
+         {
+             _this.sign = this;
+         }
+       },
+       xns : Roo.bootstrap,
+       '|xns' : 'Roo.bootstrap'
+      }
+     ]
+    }
+   ]
+  };  }
+});