소스 검색

Add README.md

Anonymous 10 년 전
부모
커밋
7f5490dcb9
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      README.md

+ 13 - 0
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)
+