How can i customize the skin for CKEditor 3.0 I downloaded a new skin and i have this js powering it at the moment:
CKEDITOR.replace( 'pageBody',
{
toolbar :
[
['Format'],
['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', '-', 'About']
],
});
I hope its simple :/