I am using the jQuery TinyMCE control in my .Net Web Forms application.
I primarily use it with AJAX and webservices however in one instance I have to let it post to the server as a part of the form.
For almost all input it works fine with
$('#<%= eText.ClientID %>').tinymce({
encoding: 'xml'
});
However the moment I try to save a single quote ' I get the unsafe input error.
What can I do to handle this?
Oi, just when you give up and ask a SO question you find the answer on google.
I’m probably going to need this later so I’m going to leave this here.
Thanks to OP on this blog.
http://blog.tentaclesoftware.com/archive/2010/07/22/96.aspx#414