function treepanelcheck(item) { treepanelchildcheck(item); treepanelparentcheck(item); } function treepanelchildcheck(item) { var chNode; if (item.childNodes.length > 0) { if (item.attributes.checked == true) {
[coolite] TreePanel CheckBox联动
关注
打赏