How can I add a line break to a message alert? I t...
# suitescript
p
How can I add a line break to a message alert? I tried
/n
but that did not work. Code as follows:
var options = { title: 'Hello!', message: 'Hello, World!' };
b
use
<br>