Hello, I'm targeting IE8 and would like to have any pasting in to the CKEditor only be text and have any formatting removed.
I've set config.forcePasteAsPlainText = true;
This seems to work, unfortunately the 1st time you try to paste you get the plain text dialog box poppping up to paste into instead of pasting directly into the editor. My problem is my CKEditor is in an IFRAME too small to fit this dialog. Is there a way to get the plain text pasting behavior without having to have this popup dialog display? It almost seems as though it works w/o it because if I cancel out of the dialog and paste again I get the formatting removed and the dialog does not show.
I'd greatly appreciate any help or ideas.
Thanks very much.
I've set config.forcePasteAsPlainText = true;
This seems to work, unfortunately the 1st time you try to paste you get the plain text dialog box poppping up to paste into instead of pasting directly into the editor. My problem is my CKEditor is in an IFRAME too small to fit this dialog. Is there a way to get the plain text pasting behavior without having to have this popup dialog display? It almost seems as though it works w/o it because if I cancel out of the dialog and paste again I get the formatting removed and the dialog does not show.
I'd greatly appreciate any help or ideas.
Thanks very much.
Re: Force Paste As Text w/o Dialog IE8?
Hi, we've already have some progress on this clipboard features, we'll announce it once it's ready!
http://dev.fckeditor.net/ticket/1427