CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; //TOOLBAR config.toolbar='CKEditor'; config.entities=false; config.toolbar_CKEditor=[ ['Source'], ['NewPage' ,'Preview' ,'Templates'], ['Cut' ,'Copy' ,'Paste' ,'PasteText' ,'PasteFromWord' ,'Print'], ['Undo' ,'Redo' ,'Find' ,'Replace' ,'SelectAll' ,'RemoveFormat'], '/', ['Bold' ,'Italic' ,'Underline' ,'Strike' ,'Subscript' ,'Superscript'], ['NumberedList' ,'BulletedList' ,'Outdent' ,'Indent'], ['JustifyLeft' ,'JustifyCenter' ,'JustifyRight' ,'JustifyBlock'], ['Link' ,'Unlink' ,'Anchor'], '/', ['Image' ,'Table' ,'HorizontalRule' ,'SpecialChar' ,'PageBreak'], ['Styles' ,'Format' ,'Font' ,'FontSize'], ['TextColor' ,'BGColor'], ['Maximize' ,'ShowBlocks' ,'About'] ]; config.skin='kama'; config.filebrowserBrowseUrl='https://www.sharp-calculators.com/modules/ckeditor/ckfinder/ckfinder.html', config.filebrowserImageBrowseUrl='https://www.sharp-calculators.com/modules/ckeditor/ckfinder/ckfinder.html?type=Images'; config.filebrowserUploadUrl='https://www.sharp-calculators.com/modules/ckeditor/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files'; config.filebrowserImageUploadUrl='https://www.sharp-calculators.com/modules/ckeditor/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images'; };