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.decorator.options.width= "200" Thanks for the help. SWK -- View this message in context: http://www.nabble.com/zend-form-label-column-width-tp25783506p25783506.html Sent from the Zend Framework mailing list archive at Nabble.com.
