Your IP : 216.73.216.182


Current Path : /var/www/html/components/com_community/assets/editors/ckeditor/
Upload File :
Current File : /var/www/html/components/com_community/assets/editors/ckeditor/config.js

/*
Copyright (c) 2010,Jomsocial Team . All rights reserved.
*/

CKEDITOR.editorConfig = function(config)
{
    config.contentsLanguage = 'en';
    config.resize_enabled = false;
    config.toolbar = 'JomSocial';
    config.skin = 'jomsocial';
    config.removePlugins = 'elementspath,save,font';
    config.toolbarCanCollapse = false;
    config.uiColor = '#EEEEEE';
    config.language = 'en';

    config.toolbar_JomSocial =
    [
    [
    'Bold', 'Italic', 'Underline', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock', '-', 'Indent', 'Outdent', 'NumberedList', 'BulletedList',
    '-', 'Link', 'Unlink','-', 'Source'
    ]
    ]

};