Hi,
In the standard version of CKE on the demo site if you paste in formatted text then it strips the formatting out. In the full version it doesn't. I've looked in the config file and it isn't setting forcePasteAsPlainText=true.
How is it doing this and is there a way that I can make the full version do it? I think it might resolve an issue I'm having.
Thanks,
Joe
This is what Advanced Content
This is what Advanced Content Filter is about - it only allows the user to enter content that is enabled by editor features. So, for example, since the Standard version does not include the Iframe plugin, all iframes will be removed. The same goes for all text formatting options that are not included in the Standard editor configuration.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Ah thank you. The issue that
Ah thank you. The issue that I'm having is that if someone pastes text in to the editor then although the styling is removed it keeps the span tag. This is quite possibly a bug in my heavily customized CKEditor though.
Joe
EDIT: IS there anyway to disable ACF as a test?
As you can read in the
As you can read in the documentation that I linked ;-)
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Ah but that isn't the
Ah but that isn't the functionality in the standard version. If you paste this text into the standard editor then it appears black. If you paste it in to the full version with ACF turned on or off then it appears red. What I'm wondering is how the standard one is stripping the html.
Thanks,
Joe
EDIT: IT removed the red from my text when I posted it