Scratch that last question; I found an awesome site for help with
forms. Perfect for someone who is a beginner and needs more info on
widgets and form formatting!

http://www.thatsquality.com/articles/7-days-of-symfony-1-1-forms-widgets-and-validators-day7



Still looking for an answer to my first question though! ;P


On Oct 26, 8:15 pm, xpanshun <[email protected]> wrote:
> Thanks Ardison, You're awesome!
>
> Is there also a way to change the font formatting for this text?
>
> On Oct 26, 7:29 pm, Ardison Nicolas <[email protected]> wrote:
>
>
>
>
>
>
>
> > Hello, i'm new too, but i think that i could help you, I'm assuming
> > that you are using Doctrine.
>
> > In relation with your 2nd question, Yes you can. To change the labels
> > text you need to edit the {symfony root}/lib/form/doctrine/
> > CustomerForm.class.php there you can edit some stuff of your Customer
> > Form, to edit the Labels insert the following method "configure"
> > inside the class.
>
> >  public function configure()
> >   {
> >     $this->widgetSchema->setLabels(array(
> >                   'customerfname' => 'First Name',
> >         ));
> >   }

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

Reply via email to