Initial commit

This commit is contained in:
ECAILLE Fabrice (externe)
2017-05-03 16:46:01 +02:00
commit 2e64cb961e
117 changed files with 10765 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Durandal Filebrowser widget
## What's this widget ?
This [Durandal](http://durandaljs.com/) widget allows to display a folder tree and add some actions to manipulate this items :
* A clic on a file or folder selects it
* A double-clic opens / closes a folder
* A double-clic displays the file content in the editor
* A right-clic opens a context menu with different options :
* Rename the item
* Copy the selected item(s)
* Paste the selected item(s)
* Create an item (in a folder)
* Delete an item (and its components)
#Licence
Source code is under [MIT Licence](http://opensource.org/licenses/mit-license.php)