treeNode.diy.html 743 B

1234567891011121314151617
  1. <div class="apiDetail">
  2. <div>
  3. <h2><span>?</span><span class="path">treeNode.</span>* DIY *</h2>
  4. <h3>Overview<span class="h3_info">[ depends on <span
  5. class="highlight_green">jquery.ztree.core</span> js ]</span></h3>
  6. <div class="desc">
  7. <p></p>
  8. <div class="longdesc">
  9. <p>Used to save other custom data of node, do not use the same attribute name with ztree used, the user
  10. can freely set.</p>
  11. </div>
  12. </div>
  13. <h3>Examples of treeNode</h3>
  14. <h4>1. Use 'ename' attribute to save more info</h4>
  15. <pre xmlns=""><code>var node = { "id":1, "name":"test1", "ename":"test eName"};</code></pre>
  16. </div>
  17. </div>