setting.check.enable.html 690 B

1234567891011121314151617181920212223242526
  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 class="highlight_green">jquery.ztree.excheck</span> js ]</span></h3>
  5. <div class="desc">
  6. <p></p>
  7. <div class="longdesc">
  8. <p>Set to use checkbox or radio in zTree</p>
  9. <p>Default: false</p>
  10. </div>
  11. </div>
  12. <h3>Boolean Format</h3>
  13. <div class="desc">
  14. <p> true means: use the checkbox or radio</p>
  15. <p> false means: don't use the checkbox or radio</p>
  16. </div>
  17. <h3>Examples of setting</h3>
  18. <h4>1. use the checkbox</h4>
  19. <pre xmlns=""><code>var setting = {
  20. check: {
  21. enable: true
  22. }
  23. };
  24. ......</code></pre>
  25. </div>
  26. </div>