How do I pass in config info to CKEditor using the jQuery adapter?

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-02-03T04:25:39Z Indexed on 2010/06/01 23:33 UTC
Read the original article Hit count: 138

Filed under:
|
|

I'm using the latest CKeditor with jQuery adapter.

I have successfully got it to work, and display.

However, as I am completely new to CKeditor, how do I pass in config variables using the jQuery method?

This is what I've got

 $( '#input-content' ).ckeditor('', {
            toolbar: 'basic'

        });

I think from what I've read, the first argument is meant to be a callback, and the 2nd the config. But doing this has not changed the editor at all.

How do I use these config properties etc using the jQuery adapter?

Thanks

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery