48ab8855c8f368b36eb102c184e4ae5431005f5b
[roojs1] / examples / grid / ArrayGrid.bjs
1 {
2  "name" : "ArrayGrid",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/alan/gitlive/roojs1/examples/grid/ArrayGrid.bjs",
6  "permname" : "",
7  "modOrder" : "001",
8  "items" : [
9   {
10    "xtype" : "GridPanel",
11    "$ xns" : "Roo",
12    "items" : [
13     {
14      "xtype" : "Grid",
15      "$ xns" : "Roo.grid",
16      "* prop" : "grid",
17      "items" : [
18       {
19        "xtype" : "SimpleStore",
20        "$ xns" : "Roo.data",
21        "* prop" : "ds"
22       }
23      ]
24     }
25    ]
26   }
27  ]
28 }