Changes between Version 2 and Version 3 of Ticket #10285, comment 12
- Timestamp:
- Jun 3, 2013, 10:56:32 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10285, comment 12
v2 v3 8 8 9 9 The entire browser becomes unresponsive, and has to be killed. 10 11 12 {{{ 13 config.fullPage = true # Allow full page HTML 14 config.uiColor = '#f5f5f5' # Match the main site background 15 config.skin = 'moonocolor' # Skins are kept in app/assets/javascripts/ckeditor/skins 16 config.toolbar = ts_inline_toolbar # Base toolbar used on all editors 17 config.enterMode = CKEDITOR.ENTER_BR # Disable wrapping content in <p> elements (needed for inline editing) 18 config.pasteFromWordRemoveFontStyles = false 19 config.autoParagraph = false 20 }}}