Project

General

Profile

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

    
8

    
(1-1/4)