Hello,
I'm using ckeditor to edit a file with custom tags. In particular, there is a script tag with a particular kind of script (that's not a type="text/javascript" script tag) and the browser is actually unable to process it (afaik, so, there is actually no danger in accidentally executing it).
I need to correctly have that tag inside the document structure, because I need to read the script content and use it in the editor's processing. Now, when I read the document source, the script is <!-- {cke_protected} ... -->, which which is no good for me.
How can I avoid protection of my particular type="blah" of script tags? Or how can I un-protect the tags explicitly?
Thanks.
~Aki
I'm using ckeditor to edit a file with custom tags. In particular, there is a script tag with a particular kind of script (that's not a type="text/javascript" script tag) and the browser is actually unable to process it (afaik, so, there is actually no danger in accidentally executing it).
I need to correctly have that tag inside the document structure, because I need to read the script content and use it in the editor's processing. Now, when I read the document source, the script is <!-- {cke_protected} ... -->, which which is no good for me.
How can I avoid protection of my particular type="blah" of script tags? Or how can I un-protect the tags explicitly?
Thanks.
~Aki
Re: How to handle protected script tags?
Re: How to handle protected script tags?
Thanks
Re: How to handle protected script tags?
Re: How to handle protected script tags?
From plugins/htmldataprocessor/plugin.js