vladimar
4 Mar 2012, 11:39 AM
Hello!
I have a next question:
how I can load a json tree store in ExtDesigner.
Actually, when I load it I have near it name in "Data Stores" this text "records loaded", when it's normally should be "<number of records> recordes loaded".
The .json file content is:
[{
id: "1",
content: 'A leaf Node',
leaf: true
},{
id: "2",
content: 'A folder Node',
children: [{
id: "3",
content: 'A child Node',
leaf: true
}]
}]
I have a next question:
how I can load a json tree store in ExtDesigner.
Actually, when I load it I have near it name in "Data Stores" this text "records loaded", when it's normally should be "<number of records> recordes loaded".
The .json file content is:
[{
id: "1",
content: 'A leaf Node',
leaf: true
},{
id: "2",
content: 'A folder Node',
children: [{
id: "3",
content: 'A child Node',
leaf: true
}]
}]