CKEditor was changing my quotes and & from amp and quot. I edited ckeditor.js and removed a instance of quot that looked like it was changing to. It fixed my quote problem. I am wanting to edit out the change to amp (for the &), but am unsure of which line to edit. Is there an easier way?
Tue, 07/26/2011 - 00:24
#1
Re: How to make CKEditor stop changing my &. I fixed the quo
There definitely is. Have a look at various entities configuration values and fine-tune them to suit your scenario:
http://docs.cksource.com/ckeditor_api/s ... icEntities
http://docs.cksource.com/ckeditor_api/s ... #.entities
http://docs.cksource.com/ckeditor_api/s ... additional
http://docs.cksource.com/ckeditor_api/s ... ties_greek
http://docs.cksource.com/ckeditor_api/s ... ties_latin
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!
Re: How to make CKEditor stop changing my &. I fixed the quo
Re: How to make CKEditor stop changing my &. I fixed the quo
See the Setting CKEditor Configuration article, it explains all the options. I also recommend having a look at the samples from the "_samples" folder of your CKEditor installation. Read the descriptions, view the source code and you should handle this without problems.
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!