Try using class = “stacked” and then adding class “span4” to each field, which should set their width. You might also need to set “atk-row” to a fieldset, try this code:
$f->setClass(’stacked’); // same as setFormClass
$f->template->trySet(‘fieldset’,’atk-row’);
$f->addField(‘line’,’application_id’)->addClass(’span3’); // determines width
$f->addField(‘line’,’position_number’)->addClass(’span4’); // wider
$f->addSeparator(‘atk-row’); // starts next row
$f->addField(’text’,’descr’)->addClass(’span12’); // full width
Perhaps we need to introduce some wrapper for setting the initial fieldset value.
Regards,
Romans
> --
> FYI: If amount of emails you receive from this group is too much - switch to "Digest" mode. You'll receive no more than 1 email per day.
>
> To post to this group, send email to
>
agile-too...@googlegroups.com
>
> To unsubscribe and view archive:
>
http://groups.google.com/group/agile-toolkit-devel?hl=en
>
> To download Agile Toolkit, visit:
>
http://agiletoolkit.org/