Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Gerry
91
Views
3
Comments
[CKEditor] Can no longer use CKEDITOR.ENTER_BR in config
Question
Forge
CKEditor (O11)
Forge asset by
CKEditor Team
We upgraded our version of the CKEditor component from v3 to 4 and now some elements of the config I was using breaks the editor (i.e. it does not appear)
Config:
"height:'370px',
removePlugins:'save,templates,forms,about,bidi,print,flash,pagebreak,smiley,specialchar',
toolbar:[
['Font','FontSize'],
['Bold','Italic','Underline'],
['NumberedList','BulletedList','-','Outdent','Indent'],
['Scayt'],
['TextColor','BGColor'],
['Image'],
['Source'] ],
scayt_autoStartup: 'true',
skin : 'office2003',
enterMode : CKEDITOR.ENTER_BR,
shiftEnterMode: CKEDITOR.ENTER_P,
contentsCss: 'contents.css'"
I see that enterMode and shiftEnterMode are definately a problem. Does that have to do with the CKEDITOR. reference?
Does anyone know how to fix this?
TIA!!
Donatas Repecka
Hi,
I have the same problem. Have you found workaround?
Thanks,
Donatas
Gerry
Yes, use their equivalent constants. ... enterMode: 2, shiftEnterMode: 1, ...
Donatas Repecka
Indeed, that works, thank you, Gerry. Much appreciated.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...