摘要:
//不能直接配置展开属性 因为没有数据,需要添加回调函数,异步加载成功展开 callback: { onAsyncSuccess: zTreeOnAsyncSuccess } //异步加载成功回调函数 function zTreeOnAsyncSuccess(event, treeId, treeN 阅读全文
摘要:
//setting中配置属性 view: { showLine:false, dblClickExpand: true, showIcon: false, addDiyDom: addDiyDom //自定义 } //添加自定义样式函数 function addDiyDom(treeId, tree 阅读全文
摘要:
<! html元素 //创建quick search document.getElementById("keyword").addEventListener("input", quickSearch, false); function quickSearch(){ var treeObj = $.f 阅读全文