PDA

View Full Version : No label please



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?

sjolshag
24 Apr 2007, 6:09 PM
As a workaround, I'm using:


new Ext.form.TextArea ({ labelSeparator: ' ' })

But that strikes me as a bit "dirty" and I'm hoping there's something a bit more "elegant", or..?

tryanDLS
24 Apr 2007, 6:27 PM
This has been posted before - labelSeparator:' '