Files
ppgo_job/static/zTree3/api/cn/treeNode.diy.html
2018-07-13 17:53:34 +08:00

15 lines
602 B
Go
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<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>