得到了一些记录:
{
key: 0,
title: "some country",
select: true,
childred: country state collection
}
问题:
在服务器上提交的集合如下:“如果未选择所有子项状态,则选择国家/地区。”
并非所有国家/地区内的州都被选中,因此当我设置此“selectMode:3”时,我希望国家/地区节点具有“dynatree-partsel”样式,但所有节点都未被选中(国家/地区和州)。如果我设置“selectMode:2” - 工作正常:国家未选中,状态 - 选中。
如何使用“dynatree-partsel”状态初始化“selectMode:3”集合?
P.S。 Sample也不能使用“selectMode:3”。