examples/grid/ArrayGrid.bjs
[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  "strings" : {
9   "1c76cbfe21c6f44c1d1e59d54f3e4420" : "Company"
10  },
11  "items" : [
12   {
13    "xtype" : "GridPanel",
14    "$ xns" : "Roo",
15    "items" : [
16     {
17      "xtype" : "Grid",
18      "$ xns" : "Roo.grid",
19      "* prop" : "grid",
20      "items" : [
21       {
22        "xtype" : "Store",
23        "$ xns" : "Roo.data",
24        "* prop" : "ds",
25        "items" : [
26         {
27          "xtype" : "MemoryProxy",
28          "$ xns" : "Roo.data",
29          "* prop" : "proxy"
30         },
31         {
32          "xtype" : "ArrayReader",
33          "$ xns" : "Roo.data",
34          "* prop" : "reader"
35         }
36        ]
37       },
38       {
39        "String header" : "Company",
40        "String dataIndex" : "company",
41        "xtype" : "ColumnModel",
42        "$ xns" : "Roo.grid",
43        "* prop" : "cm[]"
44       }
45      ]
46     }
47    ]
48   }
49  ]
50 }