sjolshag
24 Apr 2007, 6:05 PM
Hi,
Have been trying to use a form.TextArea and disable the labelSeparator. I've tried to set both:
form.column({ width: 200, labelSeparator: '', labelWidth: '10' })
as well as:
form.TextArea { labelSeparator: '' }
In both cases, the default label separator (':') is present.
How do I get rid of the label separator completely?
Have been trying to use a form.TextArea and disable the labelSeparator. I've tried to set both:
form.column({ width: 200, labelSeparator: '', labelWidth: '10' })
as well as:
form.TextArea { labelSeparator: '' }
In both cases, the default label separator (':') is present.
How do I get rid of the label separator completely?