[ADF-1740] disabling start process button when the process name is empty (#2483)

* [ADF-1740] disabling start process button when the process name is empty

* [ADF-1740] removed wrong fdescribe
This commit is contained in:
Vito
2017-10-17 15:11:06 +01:00
committed by Eugenio Romano
parent fa7f89c75f
commit 073003ba9a
7 changed files with 36 additions and 2 deletions

View File

@@ -114,6 +114,7 @@ and store the form field as metadata. The param nameNode is optional.
| showTitle | boolean | true | Toggle rendering of the form title. |
| showCompleteButton | boolean | true | Toggle rendering of the `Complete` outcome button. |
| disableCompleteButton | boolean | false | The `Complete` outcome button is shown but it will be disabled. |
| disableStartProcessButton | boolean | false | The `Start Process` outcome button is shown but it will be disabled. |
| showSaveButton | boolean | true | Toggle rendering of the `Save` outcome button. |
| readOnly | boolean | false | Toggle readonly state of the form. Enforces all form widgets render readonly if enabled. |
| showRefreshButton | boolean | true | Toggle rendering of the `Refresh` button. |