mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
Fix documentation
This commit is contained in:
@@ -106,8 +106,13 @@ The component shows the details of the task id passed in input
|
|||||||
|
|
||||||
#### Options
|
#### Options
|
||||||
|
|
||||||
**taskId**: { string } required) The id of the task details that we
|
**taskId**: { string } required) The id of the task details that we are asking for.
|
||||||
are asking for.
|
**showNextTask**: { boolean } optional) Automatically render the next one, when the task is completed.
|
||||||
|
**showFormTitle**: { boolean } optional) Toggle rendering of the form title.
|
||||||
|
**readOnlyForm**: { boolean } optional) Toggle readonly state of the form. Enforces all form widgets render readonly if enabled.
|
||||||
|
**showFormRefreshButton**: { boolean } optional) Toggle rendering of the `Refresh` button.
|
||||||
|
**showFormSaveButton**: { boolean } optional) Toggle rendering of the `Save` outcome button.
|
||||||
|
**showFormCompleteButton**: { boolean } optional) Toggle rendering of the Form `Complete` outcome button
|
||||||
|
|
||||||
### Custom 'empty Activiti Task Details' template
|
### Custom 'empty Activiti Task Details' template
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user