This...
CKEDITOR.replace('layout_edit', {
toolbar: [
[ 'Undo', 'Redo' ],
[ 'Bold', 'Italic', '-', 'RemoveFormat', 'JustifyLeft', 'JustifyCenter', 'JustifyRight' ],
[ 'FontSize' ]
]
})
...turns into this...
I don't know why the justify options and font size options don't show up.
Make sure you include a version of CKEDITOR that has the plugins you need. This does not have 'justify' or 'font':
Try this: