Answered
line break in javascript pdf
Hi,
I want a text to autopopulate based on the choices of two dropdown menus. The \r pagebreak isn't working. Anyone can help me?
if ((f.valueAsString=="choice1") && (g.valueAsString == "choiceA")) event.value = "First line of text\rSecond line of text.";
