Hello!
I want to use some tags like HTML tag. The tag is like:
If i write this kind of tag in CKEditor Source mode, in the view mode it will show only text.
There is a way to use this kind of tag and the CKEditor show it in view mode the same way like the source mode?
Thx.
I want to use some tags like HTML tag. The tag is like:
<AA property="property">text</AA>
If i write this kind of tag in CKEditor Source mode, in the view mode it will show only text.
There is a way to use this kind of tag and the CKEditor show it in view mode the same way like the source mode?
Thx.

Re: HTML like tag
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: HTML like tag
Thank you for your answer.
If I use config.protectedSource my tag will not be showed. So it does not resolve the problem.
I have used:
In source mode it is showed, but in preview mode not at all. It's like it does not exist in source mode.
I think that config.protectedSource may be used when someone do not want to allow some types of tags (like PHP or ASP).