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       },
26       {
27        "String header" : "Company",
28        "String dataIndex" : "company",
29        "xtype" : "ColumnModel",
30        "$ xns" : "Roo.grid",
31        "* prop" : "cm[]"
32       }
33      ]
34     }
35    ]
36   }
37  ]
38 }