2010-10-14, 04:27:52
yojoe Wrote:1 special option which would be considered as a must be, is a switch allowing to change the behaviour of enter and shift+ enter (I've seen someone not that long ago asking how to force enter to break the line, instead of creating another paragraph).
I have to change ckedit's ini manually.
We discussed this some months ago in this thread.
You can simply edit GetSimple's gsconfig.php and replace this:
Code:
#define('GSEDITOROPTIONS', '');
Code:
define('GSEDITOROPTIONS', 'enterMode : CKEDITOR.ENTER_BR');