Version 7.2
released on February 26, 2020
Breaking Changes
Starting from version 7.2 File Manager has a different API
New Features
Interface
- Three-mode interface: grid, cards and double view
- Preview of files
- Editing of text files
- Adding file and folders
- Downloading and uploading files
- Adaptive behavior to serve small screens on mobile devices
Backend
File Manager is a backend-oriented widget that requires a server to work with File System
It is shipped with Golang and NodeJS backend and file preview services.
Code
The widget is built as a Webix Jet app, which means:
- Customizable Jet views to fine tune interface chunks
- Data and backend services to provide custom logic for working with data
- ES6 syntax
Back to top