Етикет: ckeditor

  • 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