Page 1 of 1

Re: FCKeditorX EnterMode

Posted: Tue May 08, 2007 9:25 pm
by mox

Re: FCKeditorX EnterMode

Posted: Wed May 09, 2007 6:59 am
by chrisl
Paste

Code: Select all

FCKConfig.EnterMode = 'p' ;			// p | div | br
FCKConfig.ShiftEnterMode = 'br' ;	// p | div | br
into

FCKeditorXcfg.js.php

Re: FCKeditorX EnterMode

Posted: Wed May 09, 2007 7:57 pm
by Dee
It does work, but you should empty your browser cache so the cached js files are cleared.
See also this post.

BTW: the different entermodes work in Firefox with the current FCKEditor version.

Regards,
D