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
| [{
| "id":1,
| "text":"My Documents",
| "children":[{
| "id":11,
| "text":"Photos",
| "state":"closed",
| "children":[{
| "id":111,
| "text":"Friend"
| },{
| "id":112,
| "text":"Wife"
| },{
| "id":113,
| "text":"Company"
| }]
| },{
| "id":12,
| "text":"Program Files",
| "state":"closed",
| "children":[{
| "id":121,
| "text":"Intel"
| },{
| "id":122,
| "text":"Java"
| },{
| "id":123,
| "text":"Microsoft Office"
| },{
| "id":124,
| "text":"Games"
| }]
| },{
| "id":16,
| "text":"Actions",
| "children":[{
| "text":"Add",
| "iconCls":"icon-add"
| },{
| "text":"Remove",
| "iconCls":"icon-remove"
| },{
| "text":"Save",
| "iconCls":"icon-save"
| },{
| "text":"Search",
| "iconCls":"icon-search"
| }]
| },{
| "id":13,
| "text":"index.html"
| },{
| "id":14,
| "text":"about.html"
| },{
| "id":15,
| "text":"welcome.html"
| }]
| }]
|
|