40867f8bb6a779470a9674883b649aae711fbd02
[roojs1] / examples / grid / ArrayGrid.js
1 //<script type="text/javascript">
2
3 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
4
5 ArrayGrid = new Roo.XComponent({
6
7
8
9   part     :  ["grid", "ArrayGrid" ],
10   order    : '001-ArrayGrid',
11   region   : 'center',
12   parent   : false,
13   name     : "unnamed module",
14   disabled : false, 
15   permname : '', 
16   _tree : function(_data)
17   {
18    var _this = this;
19    var MODULE = this;
20    return {
21    xtype : 'GridPanel',
22    xns : Roo,
23    '|xns' : 'Roo',
24    grid : {
25     xtype : 'Grid',
26     xns : Roo.grid,
27     '|xns' : 'Roo.grid',
28     ds : {
29      xtype : 'SimpleStore',
30      xns : Roo.data,
31      '|xns' : 'Roo.data'
32     }
33    }
34   };  }
35 });