1 2 3 4 5 6 7 8 9 10
| config.toolbar = [
{ name: 'clipboard', groups: [ 'clipboard', 'undo' ], items: [ 'Undo', 'Redo','-','PasteFromWord','-', 'Scayt' ] },
{ name: 'links', items: [ 'Link', 'Unlink'] },
{ name: 'mise en forme', groups: [ 'list', 'indent', 'blocks', 'align'], items: ['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'] },
'/',
{ name: 'styles', groups: [ 'styles' ], items: [ 'Styles'] },
{ name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ], items: [ 'Bold', 'Italic', 'Underline','-', 'RemoveFormat','-','SpecialChar' ] },
'/',
{ name: 'Maintenance', groups: [ 'bidi', 'image' ], items: [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', 'CreateDiv','-', 'Image', 'Table','-', 'Sourcedialog'] }
]; |
Partager