7_full.html 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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; Examples </title>
  8. <link rel="stylesheet" type="text/css" href="../media/style.css" />
  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. <link rel="stylesheet" type="text/css" href="../../source/tree_component.css" />
  15. <script type="text/javascript" src="../../source/_lib.js"></script>
  16. <script type="text/javascript" src="../../source/tree_component.js"></script>
  17. <link rel="stylesheet" type="text/css" href="full/style.css" />
  18. <script type="text/javascript" src="full/jquery.hotkeys.js"></script>
  19. <script type="text/javascript" src="full/tiny_mce/tiny_mce.js"></script>
  20. <script type="text/javascript" src="full/script.js"></script>
  21. </head>
  22. <body>
  23. <div id="container">
  24. <div id="head">
  25. <h1>jsTree</h1>
  26. <h2>javascript tree component</h2>
  27. <h3>Examples</h3>
  28. </div>
  29. <div id="sidebar">
  30. <h3 style="margin-top:0;">Documentation</h3>
  31. <ul>
  32. <li class="page_item"><a href="../_documentation/1_files.html" title="Required &amp; optional files">Required &#038; optional files</a></li>
  33. <li class="page_item"><a href="../_documentation/2_creation.html" title="Instance creation">Instance creation</a></li>
  34. <li class="page_item"><a href="../_documentation/3_configuration.html" title="Configuration">Configuration</a></li>
  35. <li class="page_item"><a href="../_documentation/4_data.html" title="Data sources">Data sources</a></li>
  36. <li class="page_item"><a href="../_documentation/5_customize.html" title="Customization">Customization</a></li>
  37. <li class="page_item"><a href="../_documentation/6_output.html" title="Output">Output</a></li>
  38. <li class="page_item"><a href="../_documentation/7_api.html" title="API">API&nbsp;</a></li>
  39. </ul>
  40. <h3>Examples</h3>
  41. <ul>
  42. <li class="page_item"><a href="1_datasources.html" title="Data sources">Data sources</a></li>
  43. <li class="page_item"><a href="2_operations.html" title="Operations">Operations</a></li>
  44. <li class="page_item"><a href="3_callbacks.html" title="Callbacks">Callbacks</a></li>
  45. <li class="page_item"><a href="4_themes.html" title="Themes">Themes</a></li>
  46. <li class="page_item"><a href="5_others.html" title="Others">Other examples</a></li>
  47. <li class="page_item current_page_item important"><a href="7_full.html" title="Full example">Full PHP &amp; mySQL example&nbsp;</a></li>
  48. </ul>
  49. </div>
  50. <div id="data" style="margin-top:-45px;">
  51. <div id="content">
  52. <ul class='nav'>
  53. <li><a href="5_others.html" title="Others">&laquo;&nbsp;Other examples</a></li>
  54. <li><a href="../index.html">Up to Reference</a></li>
  55. <li>&nbsp;</li>
  56. </ul>
  57. <h2 style="margin-top:25px;">Full PHP &amp; mySQL example</h2>
  58. <div class="entry"><div id="documentation">
  59. <div id="tree-panel">
  60. <div class="menu">
  61. <a href="#" rel="create" title="Create"><img src="../../source/themes/default/create.png" alt="" /></a>
  62. <a href="#" rel="rename" title="Rename"><img src="../../source/themes/default/rename.png" alt="" /></a>
  63. <a href="#" rel="remove" title="Delete"><img src="../../source/themes/default/remove.png" alt="" /></a>
  64. <a href="#" rel="copy" title="Copy"><img src="full/images/copy.png" alt="" /></a>
  65. <a href="#" rel="cut" title="Cut"><img src="full/images/cut.png" alt="" /></a>
  66. <a href="#" rel="paste" title="Paste"><img src="full/images/paste.png" alt="" /></a>
  67. <div class="cmenu">
  68. <a href='#1' class='lang' title='English'><img src='full/images/langs/en.png' alt=''/></a>
  69. <a href='#2' class='lang' title='Deutsch'><img src='full/images/langs/de.png' alt=''/></a>
  70. <a href='#3' class='lang' title='French'><img src='full/images/langs/fr.png' alt=''/></a>
  71. </div>
  72. </div>
  73. <div class="tree">&nbsp;</div>
  74. </div>
  75. <div id="editor-panel"><p class="message">For instructions on installing the full example read<br /><span class="file"><a href="full/install.txt">reference/_examples/full/install.txt</a></span><br /></p><p class="message">To begin - select a node on the left.</p></div>
  76. </div></div>
  77. </div>
  78. </div>
  79. </div>
  80. </body>
  81. </html>