728x90 ckeditor3 ckeditor5 - 높이설정 에디터의 높이를 설정하는 방법}).then(function(editor) {//높이를 480으로 지정 - 높이고정//입력이 480을 넘으면 스크롤이 생김$('style').append('.ck-content { height: 480px; }');objEditor = editor;//최소 높이를 480으로 지정 - 높이 가변//입력이 480을 넘으면 높이가 늘어남$('style').append('.ck-content { min-height: 480px; }');}).catch( error => { console.log( error ); } ); 2024. 8. 5. ckeditor html 태그 허용 ckeditor5 에서 허용태그 세팅방법은 아래 사이트를 참조 https://ckeditor.com/docs/ckeditor5/latest/features/general-html-support.html General HTML Support | CKEditor 5 DocumentationLearn how to install, integrate, configure, and develop CKEditor 5. Get to know the CKEditor 5 Framework. Browse through the API documentation and online samples.ckeditor.com 아래는 모든 태그를 허용하는 세팅이다. ClassicEditor.create( document.querySele.. 2024. 8. 5. ckeditor 4 version is not secure 메세지 삭제 현재 ckeditor 4.22.1 버전을 사용하고 있는데 갑자기 아래와 같은 메세지가 출력되기 시작했다. "ckeditor 4.22.1 version is not secure ..."결론은 업데이트 하라는건데 갑자기 할 수는 없으니 해당 메세지를 끄는 방법을 검색해봤다. config 설정하는 방법도 있던데 나같은 경우는 아래와 같이 css 로 처리했다. 2024. 7. 3. 이전 1 다음 반응형