index.html 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset='utf-8'>
  5. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  6. <meta name="description" content="Filebrowser-durandal-widget : A Durandal widget providing filebrowser">
  7. <link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
  8. <title>Filebrowser-durandal-widget</title>
  9. </head>
  10. <body>
  11. <!-- HEADER -->
  12. <div id="header_wrap" class="outer">
  13. <header class="inner">
  14. <a id="forkme_banner" href="https://github.com/Febbweiss/filebrowser-durandal-widget">View on GitHub</a>
  15. <h1 id="project_title">Filebrowser-durandal-widget</h1>
  16. <h2 id="project_tagline">A Durandal widget providing filebrowser</h2>
  17. <section id="downloads">
  18. <a class="zip_download_link" href="https://github.com/Febbweiss/filebrowser-durandal-widget/zipball/master">Download this project as a .zip file</a>
  19. <a class="tar_download_link" href="https://github.com/Febbweiss/filebrowser-durandal-widget/tarball/master">Download this project as a tar.gz file</a>
  20. </section>
  21. </header>
  22. </div>
  23. <!-- MAIN CONTENT -->
  24. <div id="main_content_wrap" class="outer">
  25. <section id="main_content" class="inner">
  26. <h1>
  27. <a id="durandal-filebrowser-widget" class="anchor" href="#durandal-filebrowser-widget" aria-hidden="true"><span class="octicon octicon-link"></span></a>Durandal Filebrowser widget</h1>
  28. <h2>
  29. <a id="whats-this-widget-" class="anchor" href="#whats-this-widget-" aria-hidden="true"><span class="octicon octicon-link"></span></a>What's this widget ?</h2>
  30. <p>This <a href="http://durandaljs.com/">Durandal</a> widget allows to display a folder tree and add some actions to manipulate this items :</p>
  31. <ul>
  32. <li>A clic on a file or folder selects it</li>
  33. <li>A double-clic opens / closes a folder</li>
  34. <li>A double-clic displays the file content in the editor</li>
  35. <li>A right-clic opens a context menu with different options :
  36. <ul>
  37. <li>Rename the item</li>
  38. <li>Copy the selected item(s)</li>
  39. <li>Paste the selected item(s)</li>
  40. <li>Create an item (in a folder)</li>
  41. <li>Delete an item (and its components)</li>
  42. </ul>
  43. </li>
  44. </ul>
  45. <h1>
  46. <a id="licence" class="anchor" href="#licence" aria-hidden="true"><span class="octicon octicon-link"></span></a>Licence</h1>
  47. <p>Source code is under <a href="http://opensource.org/licenses/mit-license.php">MIT Licence</a> </p>
  48. </section>
  49. </div>
  50. <!-- FOOTER -->
  51. <div id="footer_wrap" class="outer">
  52. <footer class="inner">
  53. <p class="copyright">Filebrowser-durandal-widget maintained by <a href="https://github.com/Febbweiss">Febbweiss</a></p>
  54. <p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
  55. </footer>
  56. </div>
  57. </body>
  58. </html>