-
16 Jan 2012 7:33 AM #1
[CLOSED] cannot adjust field label width in 'FieldLabel' form component
[CLOSED] cannot adjust field label width in 'FieldLabel' form component
I am trying to adjust the label width of my form labels, and nothing seems to work. I am attempting to use the 'labelWidth' attribute. Also, the parent FramedPanel width is > than the label width here.
<container:child layoutData="{verticalLayoutData}">
<form:FieldLabel ui:field="fieldLabel" labelWidth="500" width="600" text="This is wrapping no matter what I do, even if framed panel has a width." labelSeparator="">
<form:widget>
<g:HorizontalPanel>
<form:Radio ui:field="Yes" boxLabel="Yes" />
<form:Radio ui:field="No" boxLabel="No"/>
</g:HorizontalPanel>
</form:widget>
</form:FieldLabel>
</container:child>
-
16 Jan 2012 7:36 AM #2
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote