如何使用JS给TreeView添加节点

2024-11-08 15:02:35
推荐回答(2个)
回答1:

js:TreeView1.getTreeNode(index).setAttribute("class","aa")
css


后台的写法
分别设treeview的DefaultStyle,SelectedStyle,HoverStyle
如:
treeview.DefaultStyle="color:#000000;background-color:#ffffff;cursor:default"
treeview.SelectedStyle ="color:#ffffff;background-color:#000000"
treeview.HoverStyle ="color:#000000;background-color:#ffff00;cursor:hand"

回答2:


反编辑TreeView控件后你会发现 Resouce里有个js文件.