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 <[email protected]> wrote:

>
> 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.
>
>

Reply via email to