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
jQuery(function(){ var config = { toolbar: [ ['Bold', 'Italic', 'Underline', '-', 'NumberedList', 'BulletedList', '-', 'Undo', 'Redo', '-', 'SelectAll'], ['UIColor'] ] }; jQuery('#textAreaElement').ckeditor(config); });