alfresco-ng2-components/docs/process-services-cloud/components/form-definition-selector-cloud.component.md
Eugenio Romano 42d02146fd
[ADF-3.2.0] review link doc (#4689)
* review link doc
2019-05-03 14:30:35 +01:00

840 B

Form Definition Selector Cloud

Allows one form to be selected.

Basic Usage

<adf-cloud-form-definition-selector
    [appName]="'simple-app'"
    (selectForm)="onFormSelect($event)">
</adf-cloud-form-definition-selector>

Class members

Properties

Name Type Default value Description
appName string Name of the application. If specified, this shows the users who have access to the app.

Events

Name Type Description
selectForm EventEmitter<string> Emitted when a form is selected.