If you want your items to display differently the best way to do this is use
a bit of CSS magic on the html elements, take a look at the source code it
produces and create some CSS to go with that, it works wonders.

Failing that, if you need more control you can throw different options at
the default decorators which will allow you to change the html elements that
are created along with your form. You can even create your own decorators
and set those to work on your form allowing your form to be come anything
you like.

See
http://framework.zend.com/manual/en/zend.form.elements.html#zend.form.elements.decorators
http://framework.zend.com/manual/en/zend.form.decorators.html

On Fri, Feb 22, 2008 at 9:15 AM, Enzo Labianca <[EMAIL PROTECTED]>
wrote:

>
> Hi,
> first of all, I'd like to apologize with you if my question has been
> already
> done. The problem is that I've not still understood if there's a solution.
> I've created a form using Zend_Form with a lot of radio buttons,
> checkboxes,
> text elements, etc. etc. The validation, the messages of errors, all works
> perfectly.
> But,...
> each element is displayed under the element displayed above :-((
> Can someone help me, please???
> --
> View this message in context:
> http://www.nabble.com/Zend_Form---How-to-display-Elements-on-the-same-line-tp15630122s16154p15630122.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
>


-- 
/James

Reply via email to