treeNode.url.html 1021 B

12345678910111213141516171819202122232425
  1. <div class="apiDetail">
  2. <div>
  3. <h2><span>String</span><span class="path">treeNode.</span>url</h2>
  4. <h3>Overview<span class="h3_info">[ depends on <span class="highlight_green">jquery.ztree.core</span> js ]</span></h3>
  5. <div class="desc">
  6. <p></p>
  7. <div class="longdesc">
  8. <p>The URL of node link</p>
  9. <p class="highlight_red">1. In edit mode (setting.edit.enable = true) , this feature fails. If you must use a similar feature, please use the 'onClick' callback for their own control.</p>
  10. <p class="highlight_red">2. If you use the 'onClick' callback function to control opening URL , then set the URL in the other custom attribute, do not use the 'url' attribute.</p>
  11. <p>Default: undefined</p>
  12. </div>
  13. </div>
  14. <h3>String Format</h3>
  15. <div class="desc">
  16. <p>As same as &lt;a&gt; tag's 'href' attribute.</p>
  17. </div>
  18. <h3>Examples of treeNode</h3>
  19. <h4>1. Set the URL is 'g.cn'</h4>
  20. <pre xmlns=""><code>var nodes = [
  21. { "id":1, "name":"Google CN", "url":"http://g.cn"},
  22. ......
  23. ]</code></pre>
  24. </div>
  25. </div>