alfresco-ng2-components/docs/process-services-cloud/components/form-definition-selector-cloud.component.md
davidcanonieto 069e4297ea [ADF-4499] Form definition selector should only display standAlone co… (#4880)
* [ADF-4499] Form definition selector should only display standAlone compatible forms

* Improve service method

* fix typo
2019-06-26 13:07:51 +01:00

1.0 KiB

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

Form Definition Selector Cloud

Allows one form to be selected from a dropdown list. For forms to be displayed in this component they will need to be compatible with standAlone tasks.

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.