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.
我正在努力,lazyTreeGrid到目前为止dojo,我已经设法将checkboxes.
lazyTreeGrid
dojo
checkboxes
但是,当我选择父节点或文件夹的复选框时,我需要自动选中所有子节点的复选框。我应该怎么做?
这是我迄今为止所取得的成就。
http://jsfiddle.net/vay4R/
谢谢您的帮助!
您应该触发onChange这些项目的方法。实现检查方法中的所有子项。并且onChange会递归执行。
onChange