example to not overlay mode viewer ()

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
demo-shell-ng2/app/components/files

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

@ -199,5 +199,15 @@
</extension-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>