How can I make the text (in red) all visible?
Also, how can I control all that white space above the red text?
Check http://webix.com/snippet/56eebfca
The label is a single line text marker which can’t adjust self to the content. You can use a template
, but it need a bit of tweaking, as by default it will not work with form API.
In the above snippet I have added a new labelA
widget and later have used it instead of common label
view.
I see. I would not have been able to figure out when to give up on the existing Label and when to take the approach you took. Thank you very much for this example!