I would like to show in a messagebox the records with line break.
but the result is this:
I'dlikeyoutostaylinebyline;
Myimplementationlookslikethis:
When I'm debugging, in builder.append
I realize that the line break is not inserted.
At the end in return json it returns to the initial call in JavaScript and displays the message:
modal.window({ alert: data.Mensagem });