From 7f5490dcb9db540df794f2a13a579b4e1d7931a1 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Tue, 23 Jun 2015 14:06:57 +0000 Subject: [PATCH] Add README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..645ac4a --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Welcome to the filebrowser Durandal widget demo + +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) + \ No newline at end of file