[symfony-users] Re: Change the maxperpage value for the pager

2010-06-22 Thread slau
just found that presentation: http://www.slideshare.net/jcleveley/working-with-the-admin-generator slide: 22-23 : Dynamic MaxPerPage that should help -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because

[symfony-users] Re: Change the maxperpage value for the pager

2010-06-22 Thread Winnie
Thanks for your answer, it's exactly what i want to do, BUT i can't make it work... I have implemented the code shown on the presentation but, on diapo 22, it's about js onchange submits to an action and i dont really understand what it means... In fact i have done a onchange event on my select

[symfony-users] Re: Change the maxperpage value for the pager

2010-06-21 Thread slau
Hi, it is a bit old. but still should work: http://www.symfony-project.org/book/1_2/14-Generators list: max_per_page: 2 -- 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

[symfony-users] Re: Change the maxperpage value for the pager

2010-06-21 Thread slau
sorry, wrong content. but did you try this? http://levelx.me/technology/programming/symfony-admin-generator-calling-actions-with-custom-parameters/ -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because

[symfony-users] Re: Change the maxperpage value for the pager

2010-06-21 Thread Richtermeister
Look at the configuration class, I believe it contains a method which has the final say on the max pager value. I haven't tried this myself, but that's what I would try first. Daniel On Jun 21, 12:54 am, Winnie chaiseenb...@gmail.com wrote: Hello, I'm working on a module made with the admin