From 2ae5452fe268936e80a21dd7c958596d5b82d5a8 Mon Sep 17 00:00:00 2001 From: davidcanonieto Date: Thu, 25 Apr 2019 23:23:42 +0200 Subject: [PATCH] [ADF-4437][ADF-4445] Fix docs about Task Form Cloud component (#4656) --- .../components/task-form-cloud.component.md | 22 ++++++++----------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/docs/process-services-cloud/components/task-form-cloud.component.md b/docs/process-services-cloud/components/task-form-cloud.component.md index 457c972cc9..7fbe9449a6 100644 --- a/docs/process-services-cloud/components/task-form-cloud.component.md +++ b/docs/process-services-cloud/components/task-form-cloud.component.md @@ -11,11 +11,11 @@ Shows a [`form`](../../../lib/process-services-cloud/src/lib/form/models/form-cl ## Contents -- [Basic Usage](#basic-usage) -- [Class members](#class-members) - - [Properties](#properties) - - [Events](#events) -- [See also](#see-also) +- [Basic Usage](#basic-usage) +- [Class members](#class-members) + - [Properties](#properties) + - [Events](#events) +- [See also](#see-also) ## 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. | | 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. | | showCancelButton | `boolean` | true | Toggle rendering of the `Cancel` 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 @@ -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. | | error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when any error occurs. | - ## See also -- [Form component](./form-cloud.component.md) -- [Form field model](../../core/models/form-field.model.md) -- [Form cloud service](../services/form-cloud.service.md) +- [Form component](./form-cloud.component.md) +- [Form field model](../../core/models/form-field.model.md) +- [Form cloud service](../services/form-cloud.service.md)