编辑jstree节点的所有属性

发布于 2024-12-25 18:32:33 字数 197 浏览 2 评论 0原文

每次选择节点进行编辑时,

我都会打开一个新对话框,其中包含与每个节点属性对应的字段。

我想更改节点的属性。

是否可以?

我知道

 $("#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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凹づ凸ル 2025-01-01 18:32:33

使用 jQuery 为节点设置新属性,然后使用 jsTree “刷新”方法。

Use jQuery to set new attributes to the nodes and then use jsTree "refresh" method.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文