-
15 Jun 2009 4:43 AM #1
Set FieldLabel size
Set FieldLabel size
Hi,
is there a way to set the size of a FieldLabel in a Form?
When have a long text as Label, this one is rendered on two lines. Any way to change this?
-
15 Jun 2009 4:44 AM #2
Code:formLayout.setLabelWidth(200);
-
15 Jun 2009 4:57 AM #3
Thanks
I was looking for that in FormData or directly in the Field...


Reply With Quote