我为ckeditor声明配置如下:
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']]
}
并启动为
$('textarea#b_description').ckeditor(ckconfig);
这很好,但我将如何使用此符号添加自定义模板文件?