tags in CKEditor 3.0-野趣味的回答
tags in CKEditor 3.0
Is there a possibility to turn off the automatic enclosing of all written content within
I tried
CKEDITOR.con
Try this in config.js
CKEDITOR.editorConfig = function( config ) { config.enterMode = CKEDITOR.ENTER_BR; config.shiftEnterMode = CKEDITOR.ENTER_BR; };