Is there a way to make the text on a button multiline?
I tried
var Button = w.add('button',undefined,"Input\r Sonderfarbe");
which only resulted in a shorter button but with no linebreak.
Is there a way to make the text on a button multiline?
I tried
var Button = w.add('button',undefined,"Input\r Sonderfarbe");
which only resulted in a shorter button but with no linebreak.