452a278cf4f37258ea972e032fe217e38378f7ed
[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          "$ data" : "[]",
29          "$ xns" : "Roo.data",
30          "* prop" : "proxy"
31         },
32         {
33          "xtype" : "ArrayReader",
34          "$ xns" : "Roo.data",
35          "* prop" : "reader"
36         }
37        ]
38       },
39       {
40        "String header" : "Company",
41        "String dataIndex" : "company",
42        "xtype" : "ColumnModel",
43        "$ xns" : "Roo.grid",
44        "* prop" : "cm[]"
45       }
46      ]
47     }
48    ]
49   }
50  ]
51 }