The forum operates in read-only mode. Please head to StackOverflow for support.
config.pasteAsPlainText = true;
sef wrote:thanks for your reply but it's not working..
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.editorConfig = function( config ) { config.pasteAsPlainText = true; };
Helmø wrote:Hmm... I tried it a long time ago and it worked for me (I don't use it anymore) - maybe something is broken now...You can use my answer to your other mail: http://cksource.com/forums/viewtopic.php?f=11&t=23621 - and just ignore all tags - only accepting text...
config.forcePasteAsPlainText = true;
Re: How to force the paste as plain text?
Re: How to force the paste as plain text?
Re: How to force the paste as plain text?
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.editorConfig = function( config ) { config.pasteAsPlainText = true; };Re: How to force the paste as plain text?
http://cksource.com/forums/viewtopic.php?f=11&t=23621
Re: How to force the paste as plain text?
Re: How to force the paste as plain text?
Re: How to force the paste as plain text?
http://docs.cksource.com/ckeditor_api/s ... sPlainText
Re: How to force the paste as plain text?
Sorry for that...