0
uabel created
5 Answer(s)
-
0
Can you show how you are saving the HTML content? Newlines should be
\n
. -
0
We are using the ckeditor.
var objEditor = CKEDITOR.instances["helpEditor"]; if (objEditor) { $scope.commonValues.HelpEditorContent = objEditor.getData(); }
this is saved into my variable:"<p>this is my text</p>\n\n<p>with newline</p>\n"
In c# the html is shown correctly but then saving to database removes newlines `
Text mit Umbruch
da issa
` -
0
It's not removed, you can see it's rendered.
What's the value when you use
GetSettingForUser
? -
0
-
0
Which versions are you on?
- ABP:
- ASP<span></span>.NET Zero: