mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
10 lines
383 B
HTML
10 lines
383 B
HTML
<adf-form-list [forms]="formList"
|
|
(row-dblclick)="onRowDblClick($event)">
|
|
</adf-form-list>
|
|
<div class="form-container" *ngIf="!isEmptyForm()">
|
|
<activiti-form [form]="form" [data]="restoredData">
|
|
</activiti-form>
|
|
</div>
|
|
<button class="mdl-button mdl-js-button" (click)="store()">STORE</button>
|
|
<button class="mdl-button mdl-js-button" (click)="restore()">RESTORE</button>
|