Hello,
My property labels show truncated when larger than 12 chars. Is this supposed to be? Can be changed?
Thanks.
Hello,
My property labels show truncated when larger than 12 chars. Is this supposed to be? Can be changed?
Thanks.
You can increase labelWidth to show longer labels
http://webix.com/snippet/001291d5
I don’t think it works quite the same way when defining elements within a property view. Check the snippet, I updated yours, to see what I mean. The second word actually disappears, and label width doesn’t seem to have an effect. Maybe I have some problem in my view definition. Let me know please, thanks.
Also tried nameWidth, after checking for more details on the API. Didn’t help.
Sorry, I have misunderstood the previous question.
In case of property sheet you can use nameWidth
I was using nameWidth inside an element, not inside the property definition, where it should be. Looking good now, thanks!