mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-02 17:53:30 +00:00
* [ADF-3801] Added source linking tool * [ADF-3801] Added source links to doc files
822 B
822 B
Title, Added, Status, Last reviewed
| Title | Added | Status | Last reviewed |
|---|---|---|---|
| Node Download directive | v2.2.0 | Active | 2018-11-20 |
Node Download directive
Allows folders and/or files to be downloaded, with multiple nodes packed as a '.ZIP' archive.
Basic Usage
<adf-toolbar>
<button mat-icon-button
[adfNodeDownload]="documentList.selection">
<mat-icon>get_app</mat-icon>
</button>
</adf-toolbar>
<adf-document-list #documentList ...>
...
</adf-document-list>
Class members
Properties
| Name | Type | Default value | Description |
|---|---|---|---|
| nodes | MinimalNodeEntity[] |
Nodes to download. |