From f9c2bf6092648225e6ad24fc7793f935c9b68855 Mon Sep 17 00:00:00 2001 From: Maxvanvugt Date: Tue, 7 Dec 2021 11:59:36 +0100 Subject: [PATCH] removed from adf document list (#7404) seems to be deprecated. The proposed solution seems to work. --- .../components/document-list.component.md | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/docs/content-services/components/document-list.component.md b/docs/content-services/components/document-list.component.md index 3a99a5bc0b..af46c96735 100644 --- a/docs/content-services/components/document-list.component.md +++ b/docs/content-services/components/document-list.component.md @@ -656,16 +656,26 @@ you can also define your own actions. See the [Content Action component](content-action.component.md) for more information and examples. -You can also use the [Context Menu directive](../../core/directives/context-menu.directive.md) from the -ADF Core library to show the -actions you have defined in a context menu: - ```ts @Component({ selector: 'my-view', template: ` - ... - + + + + + + + + ` }) export class MyView {