Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个混合收音机和复选框的树...。第一部分将使用收音机(在我的地图中仅选择一个基础图层),其他部分将使用复选框(选择要显示的任何图层)
用 dynatree 可以做到这一点吗?附上图片...
复选框和单选框只是 CSS 样式<span>标签,因此您可以添加自己的 CSS,基于一些自定义节点类覆盖它。然后,您应该使用selectMode: 2, 并在处理程序中实现所需的行为onSelect。
<span>
selectMode: 2
onSelect