setting.data.key.url.html 955 B

1234567891011121314151617181920212223242526
  1. <div class="apiDetail">
  2. <div>
  3. <h2><span>String</span><span class="path">setting.data.key.</span>url</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>The node data's attribute to save the node link's url.</p>
  10. <p class="highlight_red">Special: If the nodes's data can only use the 'url' attribute, and don't use
  11. the link to jump feature, you can modify this attribute to any nonexistent attribute.</p>
  12. <p>Default: "url"</p>
  13. </div>
  14. </div>
  15. <h3>Examples of setting</h3>
  16. <h4>1. Set the 'xUrl' attribute to save the node link's url.</h4>
  17. <pre xmlns=""><code>var setting = {
  18. data: {
  19. key: {
  20. url: "xUrl"
  21. }
  22. }
  23. };
  24. ......</code></pre>
  25. </div>
  26. </div>