Hello!
I'm working on an existing system and got in touch with fckeditor the first time. My problem is that the editor only inserts <br /> when hitting ENTER. So I added in the config-file:
FCKConfig.EnterMode = 'p' ;
FCKConfig.ShiftEnterMode = 'br' ;
because this is the behavoir I want to have. But still, only <br /> is created when hitting ENTER or SHIFT+ENTER. The config-file I changed is loaded correctly (just to check I haven't done anything wrong while editing/uploading the file).
Is there a way to make the version 2.3.1 behave like I want? Like I said the editor is used in a larger system which has been running some time, so I want to avoid upgrading to a new version and have to test the whole system again.
Thanks for any help.
I'm working on an existing system and got in touch with fckeditor the first time. My problem is that the editor only inserts <br /> when hitting ENTER. So I added in the config-file:
FCKConfig.EnterMode = 'p' ;
FCKConfig.ShiftEnterMode = 'br' ;
because this is the behavoir I want to have. But still, only <br /> is created when hitting ENTER or SHIFT+ENTER. The config-file I changed is loaded correctly (just to check I haven't done anything wrong while editing/uploading the file).
Is there a way to make the version 2.3.1 behave like I want? Like I said the editor is used in a larger system which has been running some time, so I want to avoid upgrading to a new version and have to test the whole system again.
Thanks for any help.
Re: 2.3.1 and behavior of Enter/Shift+Enter
Re: 2.3.1 and behavior of Enter/Shift+Enter