Hi,
First I want to say thank you to FredCK for this amazing editor!
I am using FCK editor javascript version.
If the user types an apostrophe in the editor ( ' ), it is not escaped by fck editor, which is a good thing.
I save the content created with fckeditor in a XML file.
Now say, I want to reload the editor with the content I created earlier to edit it. The javascript function breaks because of the apostrophe ("unterminated string literal" error message).
My question is: is there an easy way to handle apostrophe??? I mean without find an replace ' by ' or uglu stuff like that.
I heard of an inserthtml method but I cant make it work.
It is really an issue for french users. Please help.
How can I insert content in the editor after I created it.
Thank you
Sylv1
First I want to say thank you to FredCK for this amazing editor!
I am using FCK editor javascript version.
If the user types an apostrophe in the editor ( ' ), it is not escaped by fck editor, which is a good thing.
I save the content created with fckeditor in a XML file.
Now say, I want to reload the editor with the content I created earlier to edit it. The javascript function breaks because of the apostrophe ("unterminated string literal" error message).
My question is: is there an easy way to handle apostrophe??? I mean without find an replace ' by ' or uglu stuff like that.
I heard of an inserthtml method but I cant make it work.
It is really an issue for french users. Please help.
How can I insert content in the editor after I created it.
Thank you
Sylv1