contentActions enabling properties

This commit is contained in:
Eugenio Romano
2018-01-13 00:43:30 +00:00
committed by GitHub
parent e97a6de792
commit c8b37ea36a

View File

@@ -22,7 +22,7 @@ Adds options to a Document List actions menu for a particular content type.
## Basic Usage ## Basic Usage
```html ```html
<adf-document-list ...> <adf-document-list [contentActions]="true"...>
<content-actions> <content-actions>
<!-- system handler --> <!-- system handler -->
@@ -144,7 +144,7 @@ You can also implement the `permissionEvent` to handle permission errors
and use the [Notification service](notification.service.md) to show a message. and use the [Notification service](notification.service.md) to show a message.
```html ```html
<adf-document-list ...> <adf-document-list [contentActions]="true"...>
<content-actions> <content-actions>
<content-action <content-action
@@ -176,7 +176,7 @@ export class MyComponent {
This action simply starts a download of the corresponding document file. This action simply starts a download of the corresponding document file.
```html ```html
<adf-document-list ...> <adf-document-list [contentActions]="true"...>
<content-actions> <content-actions>
<content-action <content-action
@@ -200,7 +200,7 @@ allow the item being copied/moved to be the destination if it is itself a folder
![Copy/move dialog](docassets/images/document-action-copymovedialog.png) ![Copy/move dialog](docassets/images/document-action-copymovedialog.png)
```html ```html
<adf-document-list ...> <adf-document-list [contentActions]="true"...>
<content-actions> <content-actions>
<content-action <content-action