Hello,
My Customer i is having a problem about wiping out of < i class ...> </i> tags.
The Problem is when we enter an html script containing <i class ..> </i> tags and attributes into the source view tags, mentioned tags are wiped out.
Example HTML Script is entered into source view
<li><a href="#"> <span class="markets-image"> <img alt="" src="/images/about-acal-markets-cables.jpg" /> </span>
<span class="about-markets-text"><i class="about-markets-arwright"></i>Cables and Connectors</span> </a></li>
and what we get is the following text which do not contain <i> tag.
<li><a href="#"><span class="markets-image"><img alt="" src="/images/about-acal-markets-cables.jpg" /> </span> <span class="about-markets-text">Cables and Connectors</span> </a></li>
You may also refer to the attached images taken from tests with your Demo Editor on your website.
We are using at our system CKEDITOR 2.6.1. I have tried to prevent that behaviour of the editor with some configuration parameters listed on your website:
http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options
but could not stop that behaviour.
I tried all related parameters such as:
- FormatOutput
- FormatSource
- ProcessHTMLEntities
- ProtectedTags
- ProtectedSource.Add
- RemoveFormatTags
- RemoveAttributes
however, I could not found a way to prevent that behaviour.
I request your information about how to prevent the auto-removal of <i class='..'> </i> tags.
I would really be gratefull, if you can reply back to us at the earliest time.
Kind Regards,
Süha Kesgin
If you are using CKEditor 4.1
If you are using CKEditor 4.1, you should adjust your Advanced Content Filter settings. See more information here and in the links mentioned in that release post.
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!