如何将jstree中的主题更改为自己的?
How to change theme in jstree to own?
我可以将 jstree 中的默认主题更改为我自己的吗,css 将是相同的,我只需要更改精灵的 png 文件?
这是我尝试过的:
"core" : {
"themes" : {
"name" : 'oxford',
"url" : true,
"dir" : "additional/jstree_theme",
"stripes" : true,
"icons" : false
}
"plugins" : ["themes", "ui", "search", "types", "checkbox" ]
不需要使用url和dir,只需在html中手动设置css
我可以将 jstree 中的默认主题更改为我自己的吗,css 将是相同的,我只需要更改精灵的 png 文件?
这是我尝试过的:
"core" : {
"themes" : {
"name" : 'oxford',
"url" : true,
"dir" : "additional/jstree_theme",
"stripes" : true,
"icons" : false
}
"plugins" : ["themes", "ui", "search", "types", "checkbox" ]
不需要使用url和dir,只需在html中手动设置css