alfresco-ng2-components/docs/core/form-list.component.md
Andy Stark e03f3a1a6b [ADF-3323] Fixed broken links in doc files (#3662)
* [ADF-3323] Fixed URL path to Typescript source files

* [ADF-3323] Fixed and checked broken links caused by previous bug
2018-08-14 15:42:45 +01:00

467 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>

Class members

Properties

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