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 d
There is an official documentation for it, see jQuery Adapter
The ckeditor() method accepts two optional parameters:
$( 'textarea' ).ckeditor({ uiColor: '#9AB8F3' });