bezier test
[roojs1] / examples / bootstrap / BezierSignature.js
1 //<script type="text/javascript">
2
3 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
4
5 BezierSignature = new Roo.XComponent({
6
7
8
9   part     :  ["bootstrap", "BezierSignature" ],
10   order    : '001-BezierSignature',
11   region   : 'center',
12   parent   : false,
13   name     : "BezierSignature",
14   disabled : false, 
15   permname : '', 
16   _tree : function(_data)
17   {
18    var _this = this;
19    var MODULE = this;
20    return {
21    xtype : 'Body',
22    xns : Roo.bootstrap,
23    '|xns' : 'Roo.bootstrap',
24    items  : [
25     {
26      xtype : 'Container',
27      listeners : {
28       render : function (_self)
29        {
30            _this.ctn = this;
31        }
32      },
33      xns : Roo.bootstrap,
34      '|xns' : 'Roo.bootstrap',
35      items  : [
36       {
37        xtype : 'BezierSignature',
38        listeners : {
39         render : function (_self)
40          {
41              _this.sign = this;
42          }
43        },
44        xns : Roo.bootstrap,
45        '|xns' : 'Roo.bootstrap'
46       }
47      ]
48     }
49    ]
50   };  }
51 });