Log in or register to post comments
Last post
help regarding plain text
Hi all
can any one tell me how to make default text editor which accepts only plain text though we have placed a formatted text
Re: help regarding plain text
Put the following code in your config.js file, located in ckeditor root:

config.forcePasteAsPlainText = true;


There's a bug with FireFox which still lets the formatting go through, but there's a patch for it. More on that here: https://dev.ckeditor.com/ticket/8968
Re: help regarding plain text
works,thanks