change needed for health care app

This commit is contained in:
Mario Romano
2016-09-06 15:21:55 +01:00
parent a9a2a9d9ae
commit f9210ba048
10 changed files with 16 additions and 4 deletions

View File

@@ -60,6 +60,8 @@ import { WidgetVisibilityService } from './../services/widget-visibility.servic
*
* {showRefreshButton} boolean - to hide the refresh button of the form pass false, default true;
*
* {showDebugButton} boolean - to show the debug options, default false;
*
* {showCompleteButton} boolean - to hide the complete button of the form pass false, default true;
*
* {showSaveButton} boolean - to hide the save button of the form pass false, default true;
@@ -124,6 +126,9 @@ export class ActivitiForm implements OnInit, AfterViewChecked, OnChanges {
@Input()
showSaveButton: boolean = true;
@Input()
showDebugButton: boolean = false;
@Input()
readOnly: boolean = false;