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