Hello,
I have a widget that sometimes has its LabelElement's field equal to "" (maybe it is the same that saying it is equals to null ?).
I initialize the content of this LabelElement with setInnerText().
But then my layout's alignement change (widgets are not yet aligned) and I have unsuccessfully tried to resolve the problem playing with css (height = 18px) or with setInnerHTML()...
So temporarly I use a fake caracter ("-") instead of ""...Could you help me ?
Thanks you,