-
张3
发布于 2025-08-14
-
收藏
ckeditor只有在全屏模式并加载了autogrow插件时才会自动适应高度,当然如果一定要在页面加载ckeditor后自动适应容器高度的话,也可以这样:var oCKeditor = CKEDITOR.replace( 'content' );oCKeditor.on( 'instanceReady', function( event ){ var editor = event.editor;setTimeout( function(){ // ...