Changes between Initial Version and Version 2 of Ticket #13710
- Timestamp:
- Sep 2, 2015, 11:48:55 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13710
- Property Keywords Initialize config.removePlugins removed
-
Ticket #13710 – Description
initial v2 3 3 1. Standard includes to start everything off just fine. 4 4 2. Trying to remove some plugins for a simpler look. 5 {{{ 5 6 $(function() { 6 7 var ckinstance = CKEDITOR.instances['message']; … … 11 12 }); 12 13 }); 13 14 }}} 14 15 3. Followed with the email_config.js 15 16 CKEDITOR.editorConfig = function( config ) {