Hi
I have a FCKeditor setup (using ASP) as a ReplaceTextArea where I've had to preformat the input after it's been submitted once with Server.HtmlEncode(). Why, because if input a form with another textarea inside the editor, FCKeditor can't handle it when displaying it a second time for revised editing. [But that's not the problem]
Using HTMLEncode changes the ' to ' and FCKeditor doesn't parse this into the textarea as ' just leaving it as '
So subsquent saves with the editor have lost the '.
I'm completely at a loss with this one.
FCKEditor seems to handle ' conversions but not '
Can I edit FCKEditor somewhere to add the conversion, I've tried editing the output of HTMLEncode to change ' to ' but have had no joy.
Thanks heaps if you can help me.
Aaron
I have a FCKeditor setup (using ASP) as a ReplaceTextArea where I've had to preformat the input after it's been submitted once with Server.HtmlEncode(). Why, because if input a form with another textarea inside the editor, FCKeditor can't handle it when displaying it a second time for revised editing. [But that's not the problem]
Using HTMLEncode changes the ' to ' and FCKeditor doesn't parse this into the textarea as ' just leaving it as '
So subsquent saves with the editor have lost the '.
I'm completely at a loss with this one.
FCKEditor seems to handle ' conversions but not '
Can I edit FCKEditor somewhere to add the conversion, I've tried editing the output of HTMLEncode to change ' to ' but have had no joy.
Thanks heaps if you can help me.
Aaron

RE: ' not parsing into ReplaceTextArea()
http://sourceforge.net/tracker/index.ph ... tid=543653