On Wed, Aug 12, 2009 at 4:45 PM, caphun <cap...@yelotofu.com> wrote:

>
> Hi,
>
> Been looking around for answers to this but couldn't find one. Does
> anyone know how to get the help text from generator.yml to pull
> through to a nested form field? If that's not possible what's the best
> way to manually set the help text for a nested form field?
>
> Thanks!


For anyone following this thread we did not find a solution to this so end
up having to modify the form class using setHelps method, e.g.:

$this->widgetSchema->setHelps(array(
  'start_time' =>'(In seconds)',
  'display_time' =>'(In seconds)'
));

Thanks.

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