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 {