mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-3745] Added docs for proc cloud services (#4183)
This commit is contained in:
committed by
Eugenio Romano
parent
fdded83699
commit
27adae8e1e
@@ -1,4 +1,11 @@
|
||||
# [Task Header component](../../lib/process-services-cloud/task-header/components/task-header-cloud.component.ts "Defined in task-header.component.ts")
|
||||
---
|
||||
Title: Task Header Cloud Component
|
||||
Added: v3.0.0
|
||||
Status: Experimental
|
||||
Last reviewed: 2019-01-18
|
||||
---
|
||||
|
||||
# [Task Header Cloud Component](../../lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.ts "Defined in task-header-cloud.component.ts")
|
||||
|
||||
Shows all the information related to a task.
|
||||
|
||||
@@ -19,9 +26,9 @@ Shows all the information related to a task.
|
||||
|
||||
| Name | Type | Default value | Description |
|
||||
| ---- | ---- | ------------- | ----------- |
|
||||
| appName | `string` | | (required) The name of the application. |
|
||||
| taskId | `string` | | (required) The id of the Task. |
|
||||
| readOnly | `boolean` | false | Flag to set the component in Read Only Mode. This mode makes all the cells not clickable and not editable. |
|
||||
| appName | `string` | | (Required) The name of the application. |
|
||||
| readOnly | `boolean` | false | Toggles Read Only Mode. This disables click selection and editing for all cells. |
|
||||
| taskId | `string` | | (Required) The id of the task. |
|
||||
|
||||
### Events
|
||||
|
||||
|
||||
Reference in New Issue
Block a user