alfresco-ng2-components/docs/form-list.component.md
Andy Stark 4752f3b73e [ADF-2334] Added version and status metadata to doc files (#2974)
* [ADF-2334] Added version and status metadata to doc files

* [ADF-2334] Tidier looking metadata for guide pages
2018-02-22 09:34:21 +00:00

450 B

Added, Status
Added Status
v2.0.0 Active

Form List Component

Shows APS forms as a list.

Basic Usage

<adf-form-list
[forms]="[{ name: 'My Name', lastUpdatedByFullName: 'My User Name', lastUpdated: '2017-06-01'}]">
</adf-form-list>

Properties

Name Type Default value Description
forms any[] [] The array that contains the information to show inside the list.