【发布时间】:2017-01-04 07:48:57
【问题描述】:
function abc() {
var legend = [{
"test": "adbc.tiff"
}, {
"test": "CD.tiff"
}, {
"test": "sec_color"
}];
$("#local_tree").jstree({
'core': {
'data': [{
"text": "Tiff Files",
"children": legend
}]
},
"checkbox": {
"keep_selected_style": false
},
"plugins": ["checkbox"]
});
}
我不知道为什么我只能看到一个图标而不是像“adbc.tiff”这样的文件名。 'CD.tiff 3' 文件夹可见但名称不可见。
【问题讨论】:
标签: javascript html jstree