jstree在注释标签后显示图标
如何在注释标签后面放置按钮。该按钮/图标可用于显示诸如在线/离线之类的状态。谢谢
How can I put buttons after the note label. The button/icon could be used for displaying a status like online/offlien or something like that. thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
{
“数据” : {
“标题”:“主要”,
“attr”:{“href”:“#link”},
“图标”:“模块”
}
在CSS
中
.jstree .module {
背景: url(../extensions.png) 左上角无重复!重要;
}
{
"data" : {
"title" : "Main",
"attr" : { "href" : "#link" },
"icon" : "module"
}
}
in css
.jstree .module {
background: url(../extensions.png) no-repeat top left !important;
}