When using Rich Text Area Fields and the CKEditor that Skuid has I would like to correct the “Enter Key” Mode that CKEditor uses. By default SKUID places
tags when you press enter. I need to change the Mode to use
tags. This is possible with the CKEditor as the link describes below.
When I try to change just that one setting it messes up the whole editor and the data is gone.
Skuid,
How can I adjust the default Enter Mode successfully on the Skuid CKEditor Rich Text Editor?
http://ckeditor.com/latest/samples/plugins/enterkey/enterkey.html
The Javascript code I tried is:
$ = skuid.$; $(document).ready(function() { CKEDITOR.replace( 'cke_editor1', { enterMode: CKEDITOR.ENTER_BR }); });
This is needed due to the enter key spacing mismatch from the fields to export in html for word, email etc…
My users enter data and run a Drawloop document merge and the data comes over like the Rich Text Editor displays to them EXCEPT for the Enter Keys they hit.



