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