Right...

Found that after I posted. Thanks for pointing it out though!

<!----------------//------
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--------------//--------->

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of bander
Sent: Thursday, December 28, 2006 6:06 PM
To: discuss@jquery.com
Subject: Re: [jQuery] Getting the val() or html() of an FCKEditor field
using jQuery



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-fi
eld-using-jQuery-tf2890831.html#a8082057
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to