I have tried but failed. the content in CKEditor will show the html source. Any ideas?
My configuration as below.
"height: '140px',
toolbar:[
['Cut','Copy','Paste','PasteText'],
['Undo','Redo','-','Find','Replace'],
'/',
['Styles','Format','Font','FontSize'],
['Bold','Italic','Underline'],
['NumberedList','BulletedList'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['TextColor','BGColor']
],
CKEDITOR.config.enterMode = CKEDITOR.ENTER_BR,
CKEDITOR.config.shiftEnterMode = CKEDITOR.ENTER_P,
CKEDITOR.config.autoParagraph = false "