|
|
@ -10,7 +10,19 @@ CKEDITOR.editorConfig = function( config ) {
|
|
|
|
// document itself and causes problems when it's sent across the wire and reflected back
|
|
|
|
// document itself and causes problems when it's sent across the wire and reflected back
|
|
|
|
config.removePlugins= 'resize';
|
|
|
|
config.removePlugins= 'resize';
|
|
|
|
config.extraPlugins= 'autolink,colorbutton,colordialog,font,indentblock,justify';
|
|
|
|
config.extraPlugins= 'autolink,colorbutton,colordialog,font,indentblock,justify';
|
|
|
|
config.toolbarGroups= [{"name":"clipboard","groups":["clipboard","undo"]},{"name":"editing","groups":["find","selection"]},{"name":"links"},{"name":"insert"},{"name":"forms"},{"name":"tools"},{"name":"document","groups":["mode","document","doctools"]},{"name":"others"},{"name":"basicstyles","groups":["basicstyles","cleanup"]},{"name":"paragraph","groups":["list","indent","blocks","align","bidi"]},{"name":"styles"},{"name":"colors"}];
|
|
|
|
config.toolbarGroups= [
|
|
|
|
|
|
|
|
// {"name":"clipboard","groups":["clipboard","undo"]},
|
|
|
|
|
|
|
|
//{"name":"editing","groups":["find","selection"]},
|
|
|
|
|
|
|
|
{"name":"links"},
|
|
|
|
|
|
|
|
{"name":"insert"},
|
|
|
|
|
|
|
|
{"name":"forms"},
|
|
|
|
|
|
|
|
{"name":"tools"},
|
|
|
|
|
|
|
|
{"name":"document","groups":["mode","document","doctools"]},
|
|
|
|
|
|
|
|
{"name":"others"},
|
|
|
|
|
|
|
|
{"name":"basicstyles","groups":["basicstyles","cleanup"]},
|
|
|
|
|
|
|
|
{"name":"paragraph","groups":["list","indent","blocks","align","bidi"]},
|
|
|
|
|
|
|
|
{"name":"styles"},
|
|
|
|
|
|
|
|
{"name":"colors"}];
|
|
|
|
|
|
|
|
|
|
|
|
config.font_defaultLabel = 'Arial';
|
|
|
|
config.font_defaultLabel = 'Arial';
|
|
|
|
config.fontSize_defaultLabel = '16';
|
|
|
|
config.fontSize_defaultLabel = '16';
|
|
|
|