弹性树图标指示器
我想在树节点图标上添加一个指示器,意思是,例如在 Eclipse 中,当出现错误时,图标会在常规图标上获得一个特殊的小指示器。 我怎样才能做到这一点? 谢谢。
I want to add an indicator on a tree node icon , meaning , for example like in eclipse when there is an error the icon get a special small indicator on the regular icon.
how can i do that?
thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为每个树图标状态创建一个新图标,并设置树的 iconFunction 属性。
Create a new icon for each tree icon state and set the iconFunction property for the Tree.