alfresco-ng2-components/docs/process-services-cloud/components/form-definition-selector-cloud.component.md
Eugenio Romano e03290d26c
Review doc 3.3.0 (#4851)
* fix documentation missing params

* fix index

* fix aftere release

* fix aftere review
2019-06-14 17:06:52 +01:00

916 B

Title, Added, Status
Title Added Status
Form Definition Selector Cloud v3.3.0 Active

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.