setting.data.key.isHidden.html 832 B

12345678910111213141516171819202122232425
  1. <div class="apiDetail">
  2. <div>
  3. <h2><span>String</span><span class="path">setting.data.key.</span>isHidden</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>The node data's attribute to save whether the node is the parent node.</p>
  10. <p>Default: "isHidden"</p>
  11. <p class="highlight_red">v3.5.32+</p>
  12. </div>
  13. </div>
  14. <h3>Examples of setting</h3>
  15. <h4>1. Set the 'hidden' attribute to save whether the node is the parent node.</h4>
  16. <pre xmlns=""><code>var setting = {
  17. data: {
  18. key: {
  19. isHidden: "hidden"
  20. }
  21. }
  22. };
  23. ......</code></pre>
  24. </div>
  25. </div>