On Wed, Aug 12, 2009 at 4:45 PM, caphun <[email protected]> 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 [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