## CK EDITOR OPTIONS::
<script type="text/javascript">
CKEDITOR.replace('editor_office2003',
{
height: '300px',
enterMode: CKEDITOR.ENTER_BR,
toolbar:
[
{
name: 'document',
groups: ['document', 'doctools'],
items: ['Save', 'NewPage', 'Preview', 'Print', '-', 'Templates']
},
{
name: 'clipboard',
groups: ['clipboard', 'undo'],
items: ['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo']
},
{
name: 'paragraph',
groups: ['list', 'indent', 'blocks', 'align', 'bidi'],
items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', 'CreateDiv', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock', '-', 'BidiLtr', 'BidiRtl']
}, '/',
{
name: 'basicstyles',
groups: ['basicstyles', 'cleanup'],
items: ['Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat']
},
{
name: 'links',
items: ['Link', 'Unlink', 'Anchor']
},
{
name: 'editing',
groups: ['find', 'selection', 'spellchecker'],
items: ['Find', 'Replace', '-', 'SelectAll', '-', 'Scayt']
},
{
name: 'insert',
items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak', 'Iframe', 'Syntaxhighlight']
}, '/',
{
name: 'styles',
items: ['Format', 'Font', 'FontSize']
},
{
name: 'colors',
items: ['TextColor', 'BGColor']
},
{
name: 'others',
groups: ['mode'],
items: ['Source', 'searchCode', 'autoFormat', 'CommentSelectedRange', 'UncommentSelectedRange', 'AutoComplete', '-', 'ShowBlocks']
},
{
name: 'tools',
items: ['Maximize']
},
]
});
</script>