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; };
that's my config file but it doesn't work
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...
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...
ohh damn it i really need this man, its much more usefull then my other question.... Does someone else knows how to do it?
Helmø already told you how. There's no mystery about it http://docs.cksource.com/ckeditor_api/s ... sPlainText
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?
that's my config file but it doesn't work
Re: How to force the paste as plain text?
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...
Re: How to force the paste as plain text?
ohh damn it i really need this man, its much more usefull then my other question.... Does someone else knows how to do it?
Re: How to force the paste as plain text?
Re: How to force the paste as plain text?
Helmø already told you how.
There's no mystery about it
http://docs.cksource.com/ckeditor_api/s ... sPlainText
Re: How to force the paste as plain text?
Sorry for that...