Shows tags for a node.

Custom columns

Basic Usage

<adf-tag-node-list 
    [nodeId]="nodeId">
</adf-tag-node-list>

Class members

Properties

NameTypeDefault valueDescription
limitTagsDisplayedbooleanfalseShould limit number of tags displayed
nodeIdstringThe identifier of a node.
showDeletebooleantrueShow delete button

Events

NameTypeDescription
resultsEventEmitter<any>Emitted when a tag is selected.

Details

Limit number of tags displayed initially

To limit number of tags initially displayed set limitTagsDisplayed to true.

<adf-tag-node-list 
    [nodeId]="nodeId"
    [limitTagsDisplayed]="true">
</adf-tag-node-list>

Now when tag chips will exceed the size of the container number of displayed chips will be limited to as much as fits together with view more button. At least one tag will always be displayed, when one tag and view more button won't fit into one line the button will be displayed under the tag.

© 2023 Alfresco Software, Inc. All Rights Reserved.