setting.check.enable.html 862 B

123456789101112131415161718192021222324252627
  1. <div class="apiDetail">
  2. <div>
  3. <h2><span>Boolean</span><span class="path">setting.check.</span>enable</h2>
  4. <h3>Overview<span class="h3_info">[ depends on <span
  5. class="highlight_green">jquery.ztree.excheck</span> js ]</span></h3>
  6. <div class="desc">
  7. <p></p>
  8. <div class="longdesc">
  9. <p>Set to use checkbox or radio in zTree</p>
  10. <p>Default: false</p>
  11. </div>
  12. </div>
  13. <h3>Boolean Format</h3>
  14. <div class="desc">
  15. <p> true means: use the checkbox or radio</p>
  16. <p> false means: don't use the checkbox or radio</p>
  17. </div>
  18. <h3>Examples of setting</h3>
  19. <h4>1. use the checkbox</h4>
  20. <pre xmlns=""><code>var setting = {
  21. check: {
  22. enable: true
  23. }
  24. };
  25. ......</code></pre>
  26. </div>
  27. </div>