jsTree 中不同级别的行使用不同的颜色
如何为 jsTree 中不同“级别”的行获得不同的行颜色
假设在我的示例中 http://jsfiddle.net/radek/sTmrv/2/
- 基础知识和内容所有将具有相同的颜色
- 登录、教育基础、登录、添加学年 ....将具有相同但不同的颜色
最后是第三级 将具有相同的颜色。
到目前为止,我设法更改了所有行的颜色....
how can get different row color for different 'level' of rows in jsTree
let's say that in my sample http://jsfiddle.net/radek/sTmrv/2/
- basics & all will have the same color
- login, Basics of Edu, login, Add Academic year .... will have the same but different color
and finally the 3rd level will have the same color.
so far I managed to change color of all rows ....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这对你有用吗?请参阅 http://jsfiddle.net/sTmrv/4/
您可能需要稍微尝试一下(未在 IE 中测试)。
Would this work for you? See http://jsfiddle.net/sTmrv/4/
You may have to play with it a bit (untested in IE).
您可以使用生成的行 ID 进行循环,并将颜色基于行 ID 的倍数。让我尝试快速输入一些内容。
You could do a loop with a generated row id, and base the colors on the multiple of the row Id.. let me try typing up something quickly.