When I click on the submit button of the JSP or the "Save" icon in the toolbar, the page is refreshed and content is converted/encoded.
For example,
abc
def
becomes: abc <br>def. If I look at the "Source", it changes to "abc<br /> def".
Is this due to configuration error or something else?
(Version: FCKeditor 2.3.2 + Java integration.)
Thanks,
Dan
For example,
abc
def
becomes: abc <br>def. If I look at the "Source", it changes to "abc<br /> def".
Is this due to configuration error or something else?
(Version: FCKeditor 2.3.2 + Java integration.)
Thanks,
Dan
RE: submitted content is shown as HTML code
RE: submitted content is shown as HTML code
However, have a look at these two options in FCKconfig.js
FCKConfig.FormatSource = true ;
FCKConfig.FormatOutput = true ;
See if they make any difference?
Hope this helps,
RE: submitted content is shown as HTML code
I tried putting "FormatSource" to false I didn't try formatOutput. I will try that.
RE: submitted content is shown as HTML code
RE: submitted content is shown as HTML code