ckeditor – custom toolbar

Ето моите настройки за ckeditor toolbar:

CKEDITOR.replace( ‘editor1’,{filebrowserBrowseUrl: ‘/editor/ckfinder/ckfinder.html’,
enterMode : CKEDITOR.ENTER_BR,
width: ‘700px’,
language: ‘bg’,
height: ‘200px’,
toolbarGroups: [
{ name: ‘mode’, groups: [ ‘mode’] },
{ name: ‘clipboard’, groups: [ ‘clipboard’, ‘undo’ ] },
{ name: ‘basicstyles’, groups: [ ‘basicstyles’, ‘cleanup’ ] },
{ name: ‘colors’ },
{ name: ‘links’ },
{ name: ‘styles’ },
{ name: ‘insert’ },
{ name: ‘paragraph’, groups: [ ‘list’, ‘indent’, ‘blocks’, ‘align’ ] }
]
});

Снимка как изглежда:

ckeditor-custom-toolbar-martin

Категория: ,

Logged in as {{omniform_current_user_display_name}}. Edit your profile. Log out? Required fields are marked *

Your email address will not be published. Required fields are marked *

Comments are closed.

You must be logged in to post a comment.