git.ithinksw.org
/
extjs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
provide installation instructions
[extjs.git]
/
examples
/
tree
/
check-nodes.json
1
[{
2
text: 'To Do',
3
cls: 'folder',
4
children: [{
5
text: 'Go jogging',
6
leaf: true,
7
checked: false
8
},{
9
text: 'Take a nap',
10
leaf: true,
11
checked: false
12
},{
13
text: 'Climb Everest',
14
leaf: true,
15
checked: false
16
}]
17
},{
18
text: 'Grocery List',
19
cls: 'folder',
20
children: [{
21
text: 'Bananas',
22
leaf: true,
23
checked: false
24
},{
25
text: 'Milk',
26
leaf: true,
27
checked: false
28
},{
29
text: 'Cereal',
30
leaf: true,
31
checked: false
32
},{
33
text: 'Energy foods',
34
cls: 'folder',
35
children: [{
36
text: 'Coffee',
37
leaf: true,
38
checked: false
39
},{
40
text: 'Red Bull',
41
leaf: true,
42
checked: false
43
}]
44
}]
45
},{
46
text: 'Remodel Project',
47
cls: 'folder',
48
children: [{
49
text: 'Finish the budget',
50
leaf: true,
51
checked: false
52
},{
53
text: 'Call contractors',
54
leaf: true,
55
checked: false
56
},{
57
text: 'Choose design',
58
leaf: true,
59
checked: false
60
}]
61
}]