I've tried multiple editors and have been able to successfully find one that works 100% of the time in an updatepanel and in IE8. ckeditor works fine until a postback in which it fires a hidden error. There are posts on it but no successful resolutions. I was wondering if anyone has an example site that successfully used an editor in an updatepanel that works in all browsers.
views:
31answers:
2
A:
Give http://freetextbox.com/ a try.
Edit: I see you wanted a sample site; I don't think they have an example, but I've used it in countless UpdatePanels and it works in all major browsers no issue.
Nick
2010-10-11 12:45:46
Tried it, it conflicts with jquery and causes any jquery to fail because it uses prototype framework.
Troy
2010-10-11 13:05:43
@Troy - you can get jquery and prototype to work side-by-side:
Keith
2010-10-11 15:03:52
<script type="text/javascript"> jQuery.noConflict(); $j = jQuery;</script>
Keith
2010-10-11 15:05:03
Thanks guys, that worked.
Troy
2010-10-12 12:15:20
A:
You could giva a try to this: http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/HTMLEditor/HTMLEditor.aspx
netadictos
2010-10-11 12:48:16