The forum operates in read-only mode. Please head to StackOverflow for support.
CKEDITOR.replace('interp3',{skin:'kama',uiColor:'#e6edf3',toolbar:[['Source','-','Bold','Italic','Underline','-','Undo','Redo','-','Find','Replace','-','SelectAll','-','SpellChecker','Scayt','-','About']]});
Re: CKEditor Toolbar
CKEDITOR.replace('interp3',{skin:'kama',uiColor:'#e6edf3',toolbar:[['Source','-','Bold','Italic','Underline','-','Undo','Redo','-','Find','Replace','-','SelectAll','-','SpellChecker','Scayt','-','About']]});You can get the toolbar tags you can us from plugin.js in ckeditor/_source/plugins/toolbar.
Ian