Thanks Tom. Anyway, I want to add this link below to the links that
you gave in your first post:

http://www.thatsquality.com/articles/7-days-of-symfony-1-1-forms-widgets-and-validators-day7

I find it interesting about formatting forms.

Javi

On May 12, 11:38 am, Tom Ptacnik <to...@tomor.cz> wrote:
> What about something like
> ul.radio_list li {display: inline}
>
> On 10 kvě, 15:41, Javier Garcia <tirengar...@gmail.com> wrote:
>
>
>
> > On Mar 29, 3:09 pm, Massimiliano Arione <garak...@gmail.com> wrote:
>
> > > You jsut need to customize your css, forcing your li's as inline.
> > > No need to modify your template or your formatter.
>
> > I'd like to force the li's as inline as you say, but the generated
> > li's don't have the 'id' attribute defined.
>
> > For example, this line <li><?php echo $form['sexo']->renderLabel() ?></
> > li>
>
> > generates this:
>
> > <li>
>
> > <label for="usuario_sexo">Sexo</label>
>
> > <ul class="radio_list">
>
> > <li>   <!-- this li doesn't have any id-->
>
> > <input type="radio" checked="checked" id="usuario_sexo_0" value="0"
> > name="usuario[sexo]">&nbsp;<label for="usuario_sexo_0">Chico</label>
>
> > </li>
>
> > <li>  <!-- this li doesn't have any id-->
>
> > <input type="radio" id="usuario_sexo_1" value="1"
> > name="usuario[sexo]">&nbsp;<label for="usuario_sexo_1">Chica</label>
>
> > </li>
>
> > </ul>
>
> > </li>
>
> > Javi
>
> > --
>
> > Symfony 1.3
>
> > --
> > If you want to report a vulnerability issue on symfony, please send it to 
> > security at symfony-project.com
>
> > You received this message because you are subscribed to the Google
> > Groups "symfony users" group.
> > To post to this group, send email to symfony-users@googlegroups.com
> > To unsubscribe from this group, send email to
> > symfony-users+unsubscr...@googlegroups.com
> > For more options, visit this group 
> > athttp://groups.google.com/group/symfony-users?hl=en
>
> --
> If you want to report a vulnerability issue on symfony, please send it to 
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group 
> athttp://groups.google.com/group/symfony-users?hl=en

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to