Hi there
Sorry for the stupid question, but I really can't figure it out. No problem by setting the editor "normally" (without jQuery) to XHTML...but how may I change the output to XHTML with a jQuery start?
I run the editor with the following code:
It also doesn't change the skin. Well, that's really not important, because I don't want to have the office skin at all, but it's kinda strange anyway.
Thanks in advance!
Max
Sorry for the stupid question, but I really can't figure it out. No problem by setting the editor "normally" (without jQuery) to XHTML...but how may I change the output to XHTML with a jQuery start?
I run the editor with the following code:
//Load ckeditor() $('#cketextarea').ckeditor(); $('#cketextarea') .ckeditor( function() { /* unimportant Callback Code */ }, { skin : 'office2003' } );
It also doesn't change the skin. Well, that's really not important, because I don't want to have the office skin at all, but it's kinda strange anyway.
Thanks in advance!
Max
Re: CKEditor with jQuery...set XHTML output
Re: CKEditor with jQuery...set XHTML output
Well, maybe i'm doing that because of brain lack Thanks for the hint.
Any idea how to set the output?
Re: CKEditor with jQuery...set XHTML output
Re: CKEditor with jQuery...set XHTML output
output_xhtml.html
if i execute the code there, i get it work, but IE makes an error.
Re: CKEditor with jQuery...set XHTML output
I don't see anything special, the sample is using a configuration object and the jQuery integration allows to use a configuration object.