On Sunday 05 July 2009 03:44:56 pm bouda25 wrote: > Hi everybody, > Being a new symfony user, I have generated a frontend application but > I would like to modify the positioning or the order of appearance of > some form inputs. I just want to know the right way to do it. In other > words, are there any relationships between the order of appearance of > fields in forms and in models?
I'm not sure what is the right way to do it, but you can use "moveField" http://www.symfony-project.org/api/1_2/sfWidgetFormSchema#method_movefield to arrange fields in your form, or simply use the "render" method in your template. More info: http://www.symfony-project.org/forms/1_2/en/03-Forms-for-web-Designers Mariusz --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
