mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
make linebreak when pressing enter and not paragraph
this modification got lost, when updating to the latest version of fckeditor
This commit is contained in:
parent
c9e8aebdcf
commit
2862da3993
@ -149,7 +149,7 @@ FCKConfig.ToolbarSets["egw_advanced"] = [
|
|||||||
['TextColor','BGColor']
|
['TextColor','BGColor']
|
||||||
] ;
|
] ;
|
||||||
|
|
||||||
FCKConfig.EnterMode = 'p' ; // p | div | br
|
FCKConfig.EnterMode = 'br' ; // p | div | br
|
||||||
FCKConfig.ShiftEnterMode = 'br' ; // p | div | br
|
FCKConfig.ShiftEnterMode = 'br' ; // p | div | br
|
||||||
|
|
||||||
FCKConfig.Keystrokes = [
|
FCKConfig.Keystrokes = [
|
||||||
|
Loading…
Reference in New Issue
Block a user