Changes between Initial Version and Version 1 of Ticket #10490
- Timestamp:
- Jun 4, 2013, 9:51:24 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10490 – Description
initial v1 4 4 5 5 1. configure CKEditor like this: 6 6 {{{ 7 7 CKEDITOR.replace( 'editor1', { 8 8 toolbar: [['TextColor', 'TextColor' ]] 9 9 } ); 10 10 }}} 11 11 2. Click the second TextColor button 12 12