Hi,
I think this is a basic one. I need to customise the CKE toolbar, but I do not know what is available and what they do and what they are named, I have seem the following example which provide a subset, ie:
toolbar: [
{ name: 'document', items: ['Source', '-', 'NewPage', 'Preview', '-', 'Templates'] },
{ name: 'clipboard', items: ['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo'] },
'/',
{ name: 'basicstyles', items: ['Bold', 'Italic'] }
],
I am sure there is a definitive list somewhere.
Many thanks for any help.
Sam
Using the builder
http://ckeditor.com/builder
If you go for the full version, you can see most of them.