Author: tchemit Date: 2012-11-21 02:35:49 +0100 (Wed, 21 Nov 2012) New Revision: 3754 Url: http://chorem.org/repositories/revision/pollen/3754 Log: refs #846: Use nice text rich editor for description in forms (improve the editor toolbar) Modified: trunk/pollen-ui-struts2/src/main/webapp/js/ckeditor.config.js Modified: trunk/pollen-ui-struts2/src/main/webapp/js/ckeditor.config.js =================================================================== --- trunk/pollen-ui-struts2/src/main/webapp/js/ckeditor.config.js 2012-11-21 01:29:30 UTC (rev 3753) +++ trunk/pollen-ui-struts2/src/main/webapp/js/ckeditor.config.js 2012-11-21 01:35:49 UTC (rev 3754) @@ -29,10 +29,10 @@ // [ 'Find', 'Replace', '-', 'SelectAll', 'RemoveFormat'], ['Styles', 'Format'], ['Bold', 'Italic', 'Strike', 'Underline','Strike','Subscript','Superscript'], - ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'], + ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote', 'TextColor','BGColor',], // '/', - ['Table', 'HorizontalRule', 'Smiley', 'SpecialChar'/*, 'PageBreak'*/], - ['Link', 'Unlink', 'Anchor'] + ['Table', 'HorizontalRule', 'Smiley', 'SpecialChar'/*, 'PageBreak'*/, 'Link', 'Unlink', 'Anchor' ] + ]; }; \ No newline at end of file