暫無描述

Anonymous 7f5490dcb9 Add README.md 10 年之前
app 27be0718ad Add the Durandal link 10 年之前
data 3975981fce add context menu management 10 年之前
style 3975981fce add context menu management 10 年之前
.bowerrc 32da2df9be init 10 年之前
.gitignore c143a84841 Add .gitignore file 10 年之前
README.md 7f5490dcb9 Add README.md 10 年之前
bower.json 3975981fce add context menu management 10 年之前
index.html 3975981fce add context menu management 10 年之前

README.md

Welcome to the filebrowser Durandal widget demo

This Durandal 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)