index.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <title>jsTree &raquo; Reference </title>
  8. <style type="text/css" media="screen">@import url( media/style.css );</style>
  9. <link rel="shortcut icon" href="media/favicon.ico" />
  10. <link rel="stylesheet" type="text/css" href="media/prettify.css" />
  11. <script type="text/javascript" src="media/prettify.js"></script>
  12. <script type="text/javascript" src="media/iepngfix_tilebg.js"></script>
  13. <script type="text/javascript">window.onload = function() { prettyPrint(); }</script>
  14. </head>
  15. <body>
  16. <div id="container">
  17. <div id="head">
  18. <h1>jsTree</h1>
  19. <h2>javascript tree component</h2>
  20. <h3>Reference</h3>
  21. </div>
  22. <div id="sidebar">
  23. <h3 style="margin-top:0;">Documentation</h3>
  24. <ul>
  25. <li class="page_item"><a href="_documentation/1_files.html" title="Required &amp; optional files">Required &#038; optional files</a></li>
  26. <li class="page_item"><a href="_documentation/2_creation.html" title="Instance creation">Instance creation</a></li>
  27. <li class="page_item"><a href="_documentation/3_configuration.html" title="Configuration">Configuration</a></li>
  28. <li class="page_item"><a href="_documentation/4_data.html" title="Data sources">Data sources</a></li>
  29. <li class="page_item"><a href="_documentation/5_customize.html" title="Customization">Customization</a></li>
  30. <li class="page_item"><a href="_documentation/6_output.html" title="Output">Output</a></li>
  31. <li class="page_item"><a href="_documentation/7_api.html" title="API">API&nbsp;</a></li>
  32. </ul>
  33. <h3>Examples</h3>
  34. <ul>
  35. <li class="page_item"><a href="_examples/1_datasources.html" title="Data sources">Data sources</a></li>
  36. <li class="page_item"><a href="_examples/2_operations.html" title="Operations">Operations</a></li>
  37. <li class="page_item"><a href="_examples/3_callbacks.html" title="Callbacks">Callbacks</a></li>
  38. <li class="page_item"><a href="_examples/4_themes.html" title="Themes">Themes</a></li>
  39. <li class="page_item"><a href="_examples/5_others.html" title="Others">Other examples</a></li>
  40. <li class="page_item important"><a href="_examples/7_full.html" title="Full example">Full PHP &amp; mySQL example&nbsp;</a></li>
  41. </ul>
  42. </div>
  43. <div id="data" style="margin-top:-45px;">
  44. <div id="content">
  45. <ul class='nav'>
  46. <li>&nbsp;</li>
  47. <li>&nbsp;</li>
  48. <li>&nbsp;</li>
  49. </ul>
  50. <h2 style="margin-top:25px;">Welcome</h2>
  51. <div class="entry"><div id="documentation">
  52. <h3>Thank you for using jsTree</h3>
  53. <p>jsTree is a javascript based, cross browser tree component. It uses <a href="http://jquery.com">jQuery</a> and <a href="http://dev.abiss.gr/sarissa/">Sarissa</a> (optionally). jsTree is absolutely free (licensed same as jQuery - under both GPL and MIT - whichever suits your needs).</p>
  54. <p>Currently supported browsers are: Internet Explorer 6 +, Mozilla Firefox, Safari 3, Opera 9+, Google Chrome. The latter three are not thoroughly tested. jsTree may also work with other browsers - please drop me a note if you performed some tests.</p>
  55. <p>Please if you find any bugs - report them on the <a href="http://code.google.com/p/jstree/issues/list">Google Code issues page</a>. You can also request features there or just drop a comment below the latest version in the <a href="http://www.jstree.com/blog">jsTree blog</a> or use the <a href="http://groups.google.com/group/jstree">jsTree group</a> page.</p>
  56. </div></div>
  57. </div>
  58. </div>
  59. </div>
  60. </body>
  61. </html>