[fw-general] zend form label column width

2009-10-07 Thread Ralikwen
Hi, I can't find the way to set the columnwidht for the label when created like this: elementDecorators.label.decorator = "Label" elementDecorators.label.decorator.tag = "td" I tried the following line, but it puts the attribute into the label tag instead of the td tag: elementDecorators.label.d

Re: [fw-general] zend form label column width

2009-10-07 Thread Hector Virgen
You would be better off using CSS for this. Add a class name of "label" to your td and include this style rule: form td.label{ width: 200px; } -- Hector On Wed, Oct 7, 2009 at 2:40 AM, Ralikwen wrote: > > Hi, > I can't find the way to set the columnwidht for the label when created like > t