setting.view.txtSelectedEnable.html 990 B

123456789101112131415161718192021222324252627
  1. <div class="apiDetail">
  2. <div>
  3. <h2><span>Boolean</span><span class="path">setting.view.</span>txtSelectedEnable</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>Set to allow or don't allow to select the text which in zTree's DOM.</p>
  10. <p>Default: false</p>
  11. </div>
  12. </div>
  13. <h3>Boolean Format</h3>
  14. <div class="desc">
  15. <p> true means: Allow to select the txt which in zTree's DOM.</p>
  16. <p> false means: Don't allow to select the txt which in zTree's DOM.</p>
  17. </div>
  18. <h3>Examples of setting & function</h3>
  19. <h4>1. Allow to select the txt which in zTree's DOM.</h4>
  20. <pre xmlns=""><code>var setting = {
  21. view: {
  22. txtSelectedEnable: true
  23. }
  24. };
  25. ......</code></pre>
  26. </div>
  27. </div>