v2版本正式上线测试版

This commit is contained in:
george
2018-07-13 17:53:34 +08:00
parent 092ecf605b
commit 7bbe5585d8
661 changed files with 40153 additions and 2053 deletions

View File

@@ -0,0 +1,15 @@
<div class="apiDetail">
<div>
<h2><span>?</span><span class="path">treeNode.</span>* DIY *</h2>
<h3>概述<span class="h3_info">[ 依赖 <span class="highlight_green">jquery.ztree.core</span> 核心 js ]</span></h3>
<div class="desc">
<p></p>
<div class="longdesc">
<p>用于保存节点的其他自定义数据信息不要与 zTree 使用的属性相同即可用户可随意设定</p>
</div>
</div>
<h3>treeNode 举例</h3>
<h4>1. 设置节点的备用英文名称</h4>
<pre xmlns=""><code>var node = { "id":1, "name":"test1", "ename":"test eName"};</code></pre>
</div>
</div>