#9697 closed New Feature (invalid)
Disble auto unmatching tag correct option
Reported by: | Juyong Jeong | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
I have a problem when I allow users to edit their website templates using CKEditor.
Template files contains unmatching HTML tags intentionally. e.g., some open tags reside header.template, while closing tags for those reside in footer.template. And main content comes in between two templates.
However, when they open these template files, CKEditor auto-correct unmatched tags, then it breaks template files as a result.
Can we have an option for CKEditor to enable/disable this auto tag correct option?
Change History (4)
comment:1 follow-up: 3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
Can we have an option for CKEditor to enable/disable this auto tag correct option?
No this is impossible. CKEditor is HTML editor and follows specification rules. You can't use custom tags in HTML and these tags will be treated that way.
The only thing you can do is using protectedSource e.g. http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-protectedSource
Replying to j.swiderski:
Could you tell me why this new feature request is invalid?