treeNode.isHover.html 851 B

1234567891011121314151617181920
  1. <div class="apiDetail">
  2. <div>
  3. <h2><span>Boolean</span><span class="path">treeNode.</span>isHover</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>Used to record the hover status of node's DOM. For 'setting.view.addHoverDom / removeHoverDom'.</p>
  10. <p class="highlight_red">Do not initialize or modify it, it is an internal argument.</p>
  11. <p>Default: false</p>
  12. </div>
  13. </div>
  14. <h3>Boolean Format</h3>
  15. <div class="desc">
  16. <p>true means: the node's DOM is in hover.</p>
  17. <p>false means: the node's DOM is not in hover.</p>
  18. </div>
  19. </div>
  20. </div>