I found the solution. There you get FormFilter classes for each admin
module. And there, you can set,

 $this->widgetSchema['options_list']->setOption('expanded', true);

That's it.

On May 25, 10:19 pm, chandi <chandim...@gmail.com> wrote:
> Hi,
>
> I'm new to symfony and started digging.
>
> I require to showsetof check boxes instead of selects in symfony
> admin
> generatorfilter. This can be done in form by,
>
> $this->widgetSchema['options_list']->setOption('expanded', true);
>
> But when it comes tofilter, how can that be done. Label text can beset
> as mentioned below. Is there a way tosettheoptionsas well in
> following
> manner or in any other means.
>
> filter:
>   fields:
>     options_list:
>       label: "Options"
>
> Thanks in advance.
>
> Regards,
> Chandi

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