将所有节点设置为jstree jquery中选定的onload
我正在使用 jstree jquery。我想动态设置所有选定的节点。
或者我如何设置checked =“true或false”就像xml文件中的state =“open或close”一样..any1
可以帮忙吗...
I am using jstree jquery.I want to set all nodes selected onload dynamically.
Or how can i set checked="true or false" just like state="open or close" in xml file..
Can any1 help...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用
jstree
运行时检查所有节点/www.jstree.com/documentation/checkbox" rel="noreferrer">checkbox
插件,在树控件上调用check_all()
,或者check_node()
在顶级节点上检查特定分支中的所有节点。例子:
To make all nodes checked when running
jstree
withcheckbox
plugin, callcheck_all()
on the tree control, orcheck_node()
on top level node to check all nodes in a particular branch.Example:
使用此代码
并使用此代码进行加载
use this code
and for onload use this code
要打开节点的所有子节点,只需调用:
To open all children of a node simply call: