日期:2014-05-16 浏览次数:20409 次
$('#tt').tree({
checkbox: true,
url: 'xx.action?rId='+node.id,
animate : true,
cascadeCheck : true,
onlyLeafCheck : false,
onBeforeExpand:function(actionNode,param){
...
},onLoadSuccess:function(node,data){
...
}
});