CKEDITOR.editorConfig =
function
( config )
{
config.autoUpdateElement =
true
;
config.colorButton_enableMore =
true
;
config.skin =
'office2003'
;
config.extraPlugins =
'mediaembed,code,more'
;
config.toolbar_Administrator =
[
[
'Source'
,
'-'
,
'Save'
,
'NewPage'
,
'Preview'
,
'-'
,
'Templates'
],
[
'Cut'
,
'Copy'
,
'Paste'
,
'PasteText'
,
'PasteFromWord'
,
'-'
,
'Print'
,
'SpellChecker'
,
'Scayt'
],
[
'Undo'
,
'Redo'
,
'-'
,
'Find'
,
'Replace'
,
'-'
,
'SelectAll'
,
'RemoveFormat'
], [
'Code'
,
'More'
],
'/'
,
[
'Bold'
,
'Italic'
,
'Underline'
,
'Strike'
,
'-'
,
'Subscript'
,
'Superscript'
],
[
'NumberedList'
,
'BulletedList'
,
'-'
,
'Outdent'
,
'Indent'
,
'Blockquote'
],
[
'JustifyLeft'
,
'JustifyCenter'
,
'JustifyRight'
,
'JustifyBlock'
],
[
'Link'
,
'Unlink'
,
'Anchor'
],
[
'Image'
,
'Flash'
,
'MediaEmbed'
,
'Table'
,
'HorizontalRule'
,
'Smiley'
,
'SpecialChar'
,
'PageBreak'
],
'/'
,
[
'Styles'
,
'Format'
,
'Font'
,
'FontSize'
],
[
'TextColor'
,
'BGColor'
],
[
'Maximize'
,
'ShowBlocks'
,
'-'
,
'About'
]
];
config.toolbar =
'Administrator'
;
config.disableNativeSpellChecker =
true
;
config.removePlugins =
'contextmenu'
;
};