You can reuse them out of admin generator. If you want to investigate what is the usage then check the generated cache.
On Dec 10, 3:48 pm, Christopher Schnell <[email protected]> wrote: > Yeah, I thought so. But I can use the fieldset of the filter form > anyway. I was mainly curious because the form filters are nowhere > described, and I use filters to let the user select the records quite > often. So it would have come handy earlier, but i just didn't know how > to use them. > > Maybe I could make a documentation request :-) > > Regards, > Christopher. > > Richtermeister schrieb: > > > > > Nah, sorry, you'll have to write that yourself, as you have to with > > every form. Reason being that the "surrounding" html around the form > > is generated by the admin generator, and without that layer in the > > cache, there's no partials for you to include.. > > It's not a lot of work though. > > Daniel > > > On Dec 9, 1:41 am, Christopher Schnell <[email protected]> wrote: > > >> Hi all, > > >> I would like to use the Filter Forms in a frontend application without > >> the admin generator. > >> If i just use the filter form class in my action like > >> $this->myFilter=new SomeFormFilter(); > >> and echo it in the actions template, I get the form, but not the button > >> to filter or to reset. > > >> I could write such a Form myself of course, but why would I reinvent the > >> wheel, if the form is there for me already. > > >> Is there any documentation on the filter forms available? > > >> Thanks and regards, > >> Christopher. > > > -- > > > You received this message because you are subscribed to the Google Groups > > "symfony users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/symfony-users?hl=en. -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en.
