Version 7.3

released on April 22, 2020

New Features

Interface

  • Extra group folders: Favorite, Shared, Recent, Trash;
  • Ability to add tags to files and folders;
  • Ability to search files and folders by names and tags;
  • Ability to comment files;
  • Ability to integrate Spreadsheet for viewing and editing Excel files;
  • Ability to share access to files with other users.

Backend

Document Manager is a backend-oriented widget that requires a server to work with your documents. It is shipped with Golang 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