Hi,

you can use the sfFormSchemaFormatter: 
http://www.symfony-project.org/api/1_4/sfForm#method_renderusing

or even override the _filters.php template and use this syntax

{{{

<?php echo $filter['name']->renderLabel() ?>
<div class="error"><?php echo $filter['name']->renderError() ?></div>
<div><?php echo $filter['name']->render() ?></div>

}}}

...that's just an example

http://www.symfony-project.org/forms/1_4/en/

Cheers, Flo

On 2 mar, 13:24, Javier Garcia <tirengar...@gmail.com> wrote:
> Hi,
>
> I didnt find any file as _form.php for filters.
>
> So how should i design (draft) it ?
>
> Javi

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