| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset='utf-8'>
- <meta http-equiv="X-UA-Compatible" content="chrome=1">
- <meta name="description" content="Filebrowser-durandal-widget : A Durandal widget providing filebrowser">
- <link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
- <title>Filebrowser-durandal-widget</title>
- </head>
- <body>
- <!-- HEADER -->
- <div id="header_wrap" class="outer">
- <header class="inner">
- <a id="forkme_banner" href="https://github.com/Febbweiss/filebrowser-durandal-widget">View on GitHub</a>
- <h1 id="project_title">Filebrowser-durandal-widget</h1>
- <h2 id="project_tagline">A Durandal widget providing filebrowser</h2>
- <section id="downloads">
- <a class="zip_download_link" href="https://github.com/Febbweiss/filebrowser-durandal-widget/zipball/master">Download this project as a .zip file</a>
- <a class="tar_download_link" href="https://github.com/Febbweiss/filebrowser-durandal-widget/tarball/master">Download this project as a tar.gz file</a>
- </section>
- </header>
- </div>
- <!-- MAIN CONTENT -->
- <div id="main_content_wrap" class="outer">
- <section id="main_content" class="inner">
- <h1>
- <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>
- <h2>
- <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>
- <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>
- <ul>
- <li>A clic on a file or folder selects it</li>
- <li>A double-clic opens / closes a folder</li>
- <li>A double-clic displays the file content in the editor</li>
- <li>A right-clic opens a context menu with different options :
- <ul>
- <li>Rename the item</li>
- <li>Copy the selected item(s)</li>
- <li>Paste the selected item(s)</li>
- <li>Create an item (in a folder)</li>
- <li>Delete an item (and its components)</li>
- </ul>
- </li>
- </ul>
- <h1>
- <a id="licence" class="anchor" href="#licence" aria-hidden="true"><span class="octicon octicon-link"></span></a>Licence</h1>
- <p>Source code is under <a href="http://opensource.org/licenses/mit-license.php">MIT Licence</a> </p>
- </section>
- </div>
- <!-- FOOTER -->
- <div id="footer_wrap" class="outer">
- <footer class="inner">
- <p class="copyright">Filebrowser-durandal-widget maintained by <a href="https://github.com/Febbweiss">Febbweiss</a></p>
- <p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
- </footer>
- </div>
-
- </body>
- </html>
|