I need to add
When I do add as
What does the in-page CKEDITOR.replace command look like with the config.protectedSource.push) ?
Thanks.
config.protectedSource.push( /<\?[\s\S]*?\?>/g ); // PHP Codeto my
CKEDITOR.replace('contents'); script.When I do add as
CKEDITOR.replace('contents',{
protectedSource : '/<\?[\s\S]*?\?>/g'
}); it does not work.What does the in-page CKEDITOR.replace command look like with the config.protectedSource.push) ?
Thanks.

Re: How to add a config option in-page
CKEDITOR.replace( 'editor1', { toolbar : 'Basic', uiColor : '#9AB8F3' });How do I take this
and implement it into my CKEDITOR.replace command?
Re: How to add a config option in-page
http://heydojo.co.cc/ckeditor-codemirror/index.html