Seems like more of a FCKEditor question to me. From their documentation (
http://wiki.fckeditor.net/Developer%27s_Guide/Javascript_API ):
>From out of an external script:
When placing the editor in the page, you give it an "instance name". To
retrieve it, you must simply call the FCKeditorAPI.GetInstance method. For
example:
var oEditor = FCKeditorAPI.GetInstance('InstanceName') ;
. . .
These are the most useful properties and methods of this object:
. . .
Methods:
* GetXHTML( formatted )
Andy Matthews-2 wrote:
>
> I need to get the value of an FCKEditor field for
> transmission using AJAX. However, when I reference the fields ID and call
> the val() method, I get a blank result when there is definitely content in
> it. Can someone shed some light on this for me? Below is the HTML that is
> generated when I instantiate the FCKEditor.
>
--
View this message in context:
http://www.nabble.com/Getting-the-val%28%29-or-html%28%29-of-an-FCKEditor-field-using-jQuery-tf2890831.html#a8082057
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/