mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
example to not overlay mode viewer (#1893)
This commit is contained in:
parent
246180925e
commit
84d0415171
@ -15,3 +15,7 @@
|
|||||||
.error-message--text {
|
.error-message--text {
|
||||||
color: #d50000;
|
color: #d50000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.adf-not-overlay-viewer {
|
||||||
|
height:900px;
|
||||||
|
}
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user