[ADF-4437][ADF-4445] Fix docs about Task Form Cloud component (#4656)

This commit is contained in:
davidcanonieto
2019-04-25 23:23:42 +02:00
committed by Eugenio Romano
parent 7caf50b2a6
commit 2ae5452fe2

View File

@@ -11,11 +11,11 @@ Shows a [`form`](../../../lib/process-services-cloud/src/lib/form/models/form-cl
## Contents ## Contents
- [Basic Usage](#basic-usage) - [Basic Usage](#basic-usage)
- [Class members](#class-members) - [Class members](#class-members)
- [Properties](#properties) - [Properties](#properties)
- [Events](#events) - [Events](#events)
- [See also](#see-also) - [See also](#see-also)
## Basic Usage ## Basic Usage
@@ -35,13 +35,10 @@ Shows a [`form`](../../../lib/process-services-cloud/src/lib/form/models/form-cl
| ---- | ---- | ------------- | ----------- | | ---- | ---- | ------------- | ----------- |
| appName | `string` | | App id to fetch corresponding form and values. | | appName | `string` | | App id to fetch corresponding form and values. |
| taskId | `string` | | Task id to fetch corresponding form and values. | | taskId | `string` | | Task id to fetch corresponding form and values. |
| showRefreshButton | `boolean` | false | Toggle rendering of the `Refresh` button. |
| showValidationIcon | `boolean` | true | Toggle rendering of the `Validation` icon. | | showValidationIcon | `boolean` | true | Toggle rendering of the `Validation` icon. |
| showCancelButton | `boolean` | true | Toggle rendering of the `Cancel` outcome button. | | showCancelButton | `boolean` | true | Toggle rendering of the `Cancel` outcome button. |
| showCompleteButton | `boolean` | true | Toggle rendering of the `Complete` outcome button. | | showCompleteButton | `boolean` | true | Toggle rendering of the `Complete` outcome button. |
| showSaveButton | `boolean` | true | Toggle rendering of the `Save` outcome button. | | readOnly | `boolean` | false | Toggle readOnly state of the task. |
| readOnly | `boolean` | false | Toggle readonly state of the task. |
### Events ### Events
@@ -55,9 +52,8 @@ Shows a [`form`](../../../lib/process-services-cloud/src/lib/form/models/form-cl
| cancelClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`string`>` | Emitted when the cancel button is clicked. | | cancelClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`string`>` | Emitted when the cancel button is clicked. |
| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<any>` | Emitted when any error occurs. | | error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<any>` | Emitted when any error occurs. |
## See also ## See also
- [Form component](./form-cloud.component.md) - [Form component](./form-cloud.component.md)
- [Form field model](../../core/models/form-field.model.md) - [Form field model](../../core/models/form-field.model.md)
- [Form cloud service](../services/form-cloud.service.md) - [Form cloud service](../services/form-cloud.service.md)