써먹는 웹개발

[ckeditor] 크롬 디버깅 콘솔에 'editor-element-conflict' 뜰때 해결방법 본문

Client/Jqgrid (+tui grid), ck editor

[ckeditor] 크롬 디버깅 콘솔에 'editor-element-conflict' 뜰때 해결방법

kmhan 2020. 3. 18. 15:59


728x90
반응형

크롬 디버깅 콘솔에 'editor-element-conflict' 뜰때 해결방법입니다.

 

현상

 

원인

CKEDITOR.replace('CONTENT(textArea의 name명)',{

 height : 300

});

 

해결방법

ev.editor.resize( '100%' , 300 );

참조 : https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-resize

728x90
반응형


Comments