编辑jstree节点的所有属性
每次选择节点进行编辑时,
我都会打开一个新对话框,其中包含与每个节点属性对应的字段。
我想更改节点的属性。
是否可以?
我知道
$("#jstree").jstree("rename", null);
会重命名节点的名称。但我想编辑它的所有属性。
Every time a node is selected for edit,
I open a new dialog with fields corrisonding to each node attributes.
I want to change the node's attributes.
Is it possible?
I know
$("#jstree").jstree("rename", null);
will rename the node's name. But I want to edit all its attributes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 jQuery 为节点设置新属性,然后使用 jsTree “刷新”方法。
Use jQuery to set new attributes to the nodes and then use jsTree "refresh" method.