example to not overlay mode viewer (#1893)

This commit is contained in:
Eugenio Romano 2017-05-22 19:03:38 +01:00 committed by Eugenio Romano
parent 246180925e
commit 84d0415171
2 changed files with 14 additions and 0 deletions

View File

@ -15,3 +15,7 @@
.error-message--text { .error-message--text {
color: #d50000; color: #d50000;
} }
.adf-not-overlay-viewer {
height:900px;
}

View File

@ -199,5 +199,15 @@
</extension-viewer> </extension-viewer>
</alfresco-viewer> </alfresco-viewer>
<!-- Comment the viewer above and uncomment that one below if you want test the overlay false viewer-->
<!--<div *ngIf="fileShowed" class="adf-not-overlay-viewer">-->
<!--<alfresco-viewer [(showViewer)]="fileShowed"-->
<!--[fileNodeId]="fileNodeId"-->
<!--[overlayMode]="false">-->
<!--</alfresco-viewer>-->
<!--</div>-->
</div> </div>