setting.edit.editNameSelectAll.html 1.1 KB

1234567891011121314151617181920212223242526272829
  1. <div class="apiDetail">
  2. <div>
  3. <h2><span>Boolean</span><span class="path">setting.edit.</span>editNameSelectAll</h2>
  4. <h3>Overview<span class="h3_info">[ depends on <span
  5. class="highlight_green">jquery.ztree.exedit</span> js ]</span></h3>
  6. <div class="desc">
  7. <p></p>
  8. <div class="longdesc">
  9. <p>When edit node's name, the text in input is selected or unselected. It is valid when <span
  10. class="highlight_red">[setting.edit.enable = true]</span></p>
  11. <p>Default: false</p>
  12. </div>
  13. </div>
  14. <h3>Boolean Format</h3>
  15. <div class="desc">
  16. <p> true means: when show the input, the text in input is selected</p>
  17. <p> false means: when show the input, the text in input is not selected</p>
  18. </div>
  19. <h3>Examples of setting</h3>
  20. <h4>1. When edit node's name, the text in input is selected.</h4>
  21. <pre xmlns=""><code>var setting = {
  22. edit: {
  23. enable: true,
  24. editNameSelectAll: true
  25. }
  26. };
  27. ......</code></pre>
  28. </div>
  29. </div>