I am building a content editor with Ajax and am working on submitting content. I have a form built with a CKEditor element and I was wondering how to get that with JavaScript to submit with my post.
Mon, 01/11/2010 - 15:24
#1
Re: Pulling the value of a CKEditor instance with JavaScript
You should probably read the documentation concerning Integration because it has this example:
Re: Pulling the value of a CKEditor instance with JavaScript
Re: Pulling the value of a CKEditor instance with JavaScript
Is this because the iframe content is not loaded in time? I should mention I am using jQuery.