Opened 12 years ago
Closed 12 years ago
#9302 closed Bug (invalid)
Is there a way we can prevent FCK editor not to HTML encode following symbols <,> and &
Reported by: | Hari | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | FCKeditor 2.3.3 |
Keywords: | Cc: |
Description
We need to prevent FCK Editor not do following things Don't do HTML Encoding. Don't massage the HTML tags for eg: if we add </div> it should not additionally add <div> to it.
Our main concerns is we don't need the editor to massage the data.
Please let us know how we can achieve this
This is by design and can't be turned off. Editor would become maintenance nightmare if we allowed for such things. There would be lots of weird bugs. I don't think any editor allows for this.
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.forceSimpleAmpersand http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.basicEntities Please note that if you plan to use HTML this should not be changed. You should rather fix errors in your webapp.