When the user press in the editor shift+return
it generates a <BR />,
------------------------------------
fckconfig.js:
FCKConfig.EnterMode = 'p' ;
FCKConfig.ShiftEnterMode = 'br' ;
------------------------------------
but if the user POST the data to the server
the editor collapse all breaks that haven't
a or another character.
While when the user press only the RETURN key
the editor put a nbsp by default, but when posted
to the server the breaks inserted (<p> </p>),
collapses too, even if the tags are present in source.
When the user reload the editor with its content
the breaks are not collpsed and are visible again.
How to avoid that breaks are collapsed in the editor??
it generates a <BR />,
------------------------------------
fckconfig.js:
FCKConfig.EnterMode = 'p' ;
FCKConfig.ShiftEnterMode = 'br' ;
------------------------------------
but if the user POST the data to the server
the editor collapse all breaks that haven't
a or another character.
While when the user press only the RETURN key
the editor put a nbsp by default, but when posted
to the server the breaks inserted (<p> </p>),
collapses too, even if the tags are present in source.
When the user reload the editor with its content
the breaks are not collpsed and are visible again.
How to avoid that breaks are collapsed in the editor??