I managed to do whay you mention by changing some templates of the module
autogenerated for the backend. In _form_fieldset.php you have the loop that
iterates over the fields. You could then check the name of the field and, if
it's the name of the embedded form, you could then surround it by a "div"
and then, for example, use JS to make a tab with it. I did this with jQuery
UI.

On Thu, Jul 22, 2010 at 11:03 AM, Samuel Morhaim
<samuel.morh...@gmail.com>wrote:

> Can someone point me on how to style embedded forms?
>
> I am able to embed a form, but now it looks completely as part of my main
> form.  In reality I want them to look like 2 sections, with one submit, but
> i want to style the bottom part a bit differently..  being on a separate box
> than the main form, etc...
>
> Any help?
>
> Thank you.
>
> --
> 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 symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>

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