setting.data.key.checked.html 892 B

1234567891011121314151617181920212223242526
  1. <div class="apiDetail">
  2. <div>
  3. <h2><span>String</span><span class="path">setting.data.key.</span>checked</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>The node data's attribute to save the checked state.</p>
  10. <p>Default: "checked"</p>
  11. <p class="highlight_red">Please don't set the other node attribute which zTree used. (e.g.,
  12. checkedOld)</p>
  13. </div>
  14. </div>
  15. <h3>Examples of setting</h3>
  16. <h4>1. set the 'isChecked' attribute to save the checked state.</h4>
  17. <pre xmlns=""><code>var setting = {
  18. data: {
  19. key: {
  20. checked: "isChecked"
  21. }
  22. }
  23. };
  24. ......</code></pre>
  25. </div>
  26. </div>