]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/videos/tree.json
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / videos / tree.json
CommitLineData
6527f429
DM
1{\r
2 text: 'Ext',\r
3 expanded: true,\r
4 children: [\r
5 {\r
6 text: 'data',\r
7 expanded: true,\r
8 children: [\r
9 {\r
10 text: 'proxy',\r
11 children: [\r
12 {leaf: true, text: 'Ajax'},\r
13 {leaf: true, text: 'Client'},\r
14 {leaf: true, text: 'Direct'},\r
15 {leaf: true, text: 'JsonP'},\r
16 {leaf: true, text: 'LocalStorage'},\r
17 {leaf: true, text: 'Memory'},\r
18 {leaf: true, text: 'Proxy'},\r
19 {leaf: true, text: 'Rest'},\r
20 {leaf: true, text: 'Server'},\r
21 {leaf: true, text: 'SessionStorage'},\r
22 {leaf: true, text: 'WebStorage'}\r
23 ]\r
24 },\r
25 {\r
26 text: 'reader',\r
27 children: [\r
28 {leaf: true, text: 'Array'},\r
29 {leaf: true, text: 'Json'},\r
30 {leaf: true, text: 'Reader'},\r
31 {leaf: true, text: 'Xml'}\r
32 ]\r
33 },\r
34 {\r
35 text: 'writer',\r
36 children: [\r
37 {leaf: true, text: 'Json'},\r
38 {leaf: true, text: 'Writer'},\r
39 {leaf: true, text: 'Xml'}\r
40 ]\r
41 },\r
42 {leaf: true, text: 'AbstractStore'},\r
43 {leaf: true, text: 'ArrayStore'},\r
44 {leaf: true, text: 'Association'},\r
45 {leaf: true, text: 'Batch'},\r
46 {leaf: true, text: 'BelongsToAssociation'},\r
47 {leaf: true, text: 'Connection'},\r
48 {leaf: true, text: 'DirectStore'},\r
49 {leaf: true, text: 'Errors'},\r
50 {leaf: true, text: 'Field'},\r
51 {leaf: true, text: 'HasManyAssociation'},\r
52 {leaf: true, text: 'JsonP'},\r
53 {leaf: true, text: 'Model'},\r
54 {leaf: true, text: 'NodeInterface'},\r
55 {leaf: true, text: 'Operation'},\r
56 {leaf: true, text: 'Request'},\r
57 {leaf: true, text: 'ResultSet'},\r
58 {leaf: true, text: 'SortTypes'},\r
59 {leaf: true, text: 'Store'},\r
60 {leaf: true, text: 'StoreManager'},\r
61 {leaf: true, text: 'Tree'},\r
62 {leaf: true, text: 'TreeStore'},\r
63 {leaf: true, text: 'Types'},\r
64 {leaf: true, text: 'validations'}\r
65 ]\r
66 }\r
67 ]\r
68}