[ACA-1548][ACA-1807] Set viewer toolbar actions via extensions (#640)

* [ACA-1548][ACA-1807] add download action via extension

* [ACA-1548][ACA-1807] add print action via extension

* [ACA-1548][ACA-1807] add fullscreen viewer action via extension

* [ACA-1548][ACA-1807] prettier formatting
This commit is contained in:
Suzana Dirla
2018-09-18 18:01:25 +03:00
committed by Denys Vuika
parent 93b738cf31
commit 8a11137eed
7 changed files with 126 additions and 6 deletions

View File

@@ -619,6 +619,8 @@ Below is the list of public actions types you can use in the plugin definitions
| UPLOAD_FILES | n/a | Invoke "Upload Files" dialog and upload files to the currently opened folder. |
| UPLOAD_FOLDER | n/a | Invoke "Upload Folder" dialog and upload selected folder to the currently opened one. |
| VIEW_FILE | MinimalNodeEntity | Preview the file (or selection) in the Viewer. |
| PRINT_FILE | MinimalNodeEntity | Print the file opened in the Viewer (or selected). |
| FULLSCREEN_VIEWER | n/a | Enters fullscreen mode to view the file opened in the Viewer. |
## Rules