如何使用ng2-ace-editor将ace编辑器设置为全屏

时间:2018-08-24 09:50:23

标签: angular ace-editor

在ace编辑器中,当我单击切换全屏按钮时,我需要一个功能,然后编辑器需要全屏显示。

注意:我在角度6中使用ng2-ace-editor

1 个答案:

答案 0 :(得分:0)

<div ace-editor [(text)]="text" [mode]="'javascript'" [options]="options" 
[readOnly]="false" [autoUpdateContent]="true"
[durationBeforeCallback]="1000" (textChanged)="onChange($event)" style="position: absolute;
top: 0; bottom: 0; right: 0; left: 0; height: auto;"></div>