CKEDITOR.addStylesSet( 'liferayStyles', [ // Block Styles {name: 'Normal', element : 'p'}, {name: 'Heading 1', element : 'h1'}, {name: 'Heading 2', element : 'h2'}, {name: 'Heading 3', element : 'h3'}, {name: 'Heading 4', element : 'h4'}, //Special classes {name: 'Preformatted Text', element:'pre'}, {name: 'Cited Work', element:'cite'}, {name: 'Computer Code', element:'code'}, //Custom styles {name : 'Info Message', element : 'div', attributes : {'class' : 'portlet-msg-info'}}, {name : 'Alert Message', element : 'div', attributes : {'class' : 'portlet-msg-alert'}}, {name : 'Error Message', element : 'div', attributes : {'class' : 'portlet-msg-error'}} ] ); CKEDITOR.config.contentsCss = '/main.css'; CKEDITOR.config.entities = false; CKEDITOR.config.resize_enabled = false; CKEDITOR.config.height = 265; CKEDITOR.config.stylesCombo_stylesSet = 'liferayStyles'; CKEDITOR.config.toolbar_liferay = [ ['Styles', 'FontSize', '-', 'TextColor', 'BGColor'], ['Bold', 'Italic', 'Underline', 'StrikeThrough'], ['Subscript', 'Superscript'], '/', ['Undo', 'Redo', '-', 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'SelectAll', 'RemoveFormat'], ['Find', 'Replace', 'SpellCheck'], ['OrderedList', 'UnorderedList', '-', 'Outdent', 'Indent'], ['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'], '/', ['Source'], ['Link', 'Unlink', 'Anchor'], ['Image', 'Flash', 'Table', '-', 'Smiley', 'SpecialChar'] ]; CKEDITOR.config.toolbar_liferayArticle = [ ['Styles', 'FontSize', '-', 'TextColor', 'BGColor'], ['Bold', 'Italic', 'Underline', 'StrikeThrough'], ['Subscript', 'Superscript'], '/', ['Undo', 'Redo', '-', 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'SelectAll', 'RemoveFormat'], ['Find', 'Replace', 'SpellCheck'], ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'], ['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'], '/', ['Source'], ['Link', 'Unlink', 'Anchor'], ['Image', 'Flash', 'Table', '-', 'Smiley', 'SpecialChar', 'LiferayPageBreak'] ]; CKEDITOR.config.toolbar_editInPlace = [ ['Styles'], ['Bold', 'Italic', 'Underline', 'StrikeThrough'], ['Subscript', 'Superscript', 'SpecialChar'], ['Undo', 'Redo'], ['SpellCheck'], ['OrderedList', 'UnorderedList', '-', 'Outdent', 'Indent'], ['Source', 'RemoveFormat'], ]; CKEDITOR.config.toolbar_email = [ ['FontSize', 'TextColor', 'BGColor', '-', 'Bold', 'Italic', 'Underline', 'StrikeThrough'], ['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'], ['SpellCheck'], '/', ['Undo', 'Redo', '-', 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'SelectAll', 'RemoveFormat'], ['Source'], ['Link', 'Unlink'], ['Image'] ];