var ckconfig = { uiColor: '#ffffff', stylesCombo_stylesSet: [], format_tags: "p;h2;h3;h4;div", contentsCss : '/js/admin/editorstyles/default.css', extraPlugins : 'stylesheetparser', scayt_autoStartup:true, toolbar_Full: [['Templates','Styles','Format','FontSize','TextColor', 'Bold', 'Italic', 'Underline','-', 'NumberedList', 'BulletedList','-','Scayt','PasteText'], ['Image','Link', 'Unlink'], ['Undo', 'Redo'],['Source', 'Maximize', 'ShowBlocks']] }
and initiate as
$('textarea#b_description').ckeditor(ckconfig);
how would I load a custom template file in this format?
Or load a new set from the default.js?