CkEditör Butonlarını Düzenleme

config.js içine

CKEDITOR.editorConfig = function( config ) {
	
config.toolbar = [

{ name: 'document', items: [ 'Source' ] }, { name: 'basicstyles', items: [ 'Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript' ] },
{ name: 'styles', items: [ 'Format', 'Font', 'FontSize' ] },
{ name: 'colors', items: [ 'TextColor', 'BGColor' ] },
'/',



{ name: 'paragraph', items: [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock' ] },

{ name: 'links', items: [ 'Link', 'Unlink', 'Anchor' ] },

{ name: 'insert', items: [ 'Image', 'Flash', 'Table', 'HorizontalRule', 'Smiley', 'SpecialChar', 'PageBreak', 'Iframe' ] },

{ name: 'about', items: [ 'CodeSnippet' ] }

]; 

};

 


Yorum Yapılmamış