Topic: Insert Php Code in Ckeditor
Hello,
what must i do to use a phpCode(galleryScript) in CkEditor?
I added followed code in the index_cke.tpl:
htmlEncodeOutput: false,
entities_latin: false,
entities_greek: false,
extraPlugins: 'highslide',
extraPlugins: 'video',
protectedSource.push( /<\?(php)?[\s\S]*?\/\?>/gi ),
without success.