Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
5.x-2.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2009 at 10:22 UTC
Updated:
9 Dec 2009 at 21:14 UTC
Hello,
I desperately try to prevent < to be changed into < (in order to use fcke woth drutex)
I first try to use ProcessHTMLEntities and FormatSource FCKE options without success, then I discosvered HtmlEncodeOutput that should do exactly this job (as far as I understand).
http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Co...
Unfortunately, it is set to false by default and the behavior still occurs… It would be great if you had any insight :)
Thank you in advance,
Thomas
Comments
Comment #1
julou commentedOf course understand:
<to be changed into<Comment #2
Jorrit commentedI think that's impossible. FCKeditor was designed to create valid HTML. How did you set HtmlEncodeOutput?
Comment #3
Jorrit commentedComment #4
julou commentedI tried to set HtmlEncodeOutput to false… without success :(
Actually this would not generate unvalid html when used in tex expression that are converted to pictures…
Thank you for your help,
Thomas
Comment #5
Jorrit commentedI don't think it's appropriate to use an HTML editor to edit tex. You could try something with the configuration setting ProtectedSource or ProtectedTags
See:
http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Co...
http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Co...