treeNode.isHover.html 687 B

12345678910111213141516171819
  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 class="highlight_green">jquery.ztree.exedit</span> js ]</span></h3>
  5. <div class="desc">
  6. <p></p>
  7. <div class="longdesc">
  8. <p>Used to record the hover status of node's DOM. For 'setting.view.addHoverDom / removeHoverDom'.</p>
  9. <p class="highlight_red">Do not initialize or modify it, it is an internal argument.</p>
  10. <p>Default: false</p>
  11. </div>
  12. </div>
  13. <h3>Boolean Format</h3>
  14. <div class="desc">
  15. <p>true means: the node's DOM is in hover.</p>
  16. <p>false means: the node's DOM is not in hover.</p>
  17. </div>
  18. </div>
  19. </div>