可以取到 treePanel 节点的 href 属性的值吗?
[code="js"]treePanel.on('click',function(node){alert(node.attributes.href);});[/code]
TreeNode.on('click',function(node){node.getUI().getAnchor().href = 'xxx.html';});