Project

General

Profile

1
<p-button type="button" icon="pi pi-refresh" styleClass="refresh-navision p-button-secondary p-button-rounded p-button-outlined p-ml-2" (onClick)="refreshIFrame()" ></p-button>
2
<div id="content" style="width: 100%;height: 100%;">
3
  <iframe #iframe id="theIFrame" [src]="iframeUrl" style="width: 100%;height: 100%;"></iframe>
4
</div>
5

    
6

    
(1-1/4)