ok i wrote a plugin that allows me to input a text and the text then is added to the current curse position. everythink ok so far. my problem is that i wrape that text in a pre tag and the text i paste into the textarea in my dialog is source code. my problem is that if is save it, characters like > are shown as > and so on.
i want to disable that conversion.
ps. i use geshi to highlight the code
thank you for helping.
i want to disable that conversion.
ps. i use geshi to highlight the code
thank you for helping.
Re: Protect special chars
Re: Protect special chars
Have you tried the protectedSource configuration setting?
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: Protect special chars