Is it not possible to show more than one line of a label?
I can stretch the label to any size, and I can edit the text in the label to cosist of multiple lines like this:
Hello
World
But, it only shows the “Hello” in the above example.
I guess I’m looking for a “showMultiLine” option or something like that, so that I can use a label to perhaps make an explanatory note on a form without having to break up the lines into individual labels.
That property was pretty much there only for use in the editor so you wouldn’t see the raw HTML.
In 4.0.x you don’t have that HTML view in the editor anymore but you can still use HTML. Just type the raw HTML in there and it works.
You can use the following HTML:
<html><body>some text
some new line with text</body></html>