I think that in your case would be faster to just hardcode the CSS/JS on every layout, but If you don't want to do this you could use the methods from the response "addStylesheet" and "addJavascript" to change the CSS/JS at the time you choose and set your layout.. but you'll need to do it programmatically, of course.
I don't know if there's a way to do this at the application level on the "view.yml" file. Cheers. On Thu, Sep 23, 2010 at 11:00 AM, eliana m. <[email protected]> wrote: > hello > > how do you want to change the Javascript and CSS files ...? > > I did a CMS and the user select a template that he wants, and they > change. > but I Do not know if it help you .... Tell us more about how you want > to change the Javascript and CSS files. > > -- > 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]<symfony-users%[email protected]> > 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 [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
