Re: [symfony-users] Include css and js without layout

2010-01-27 Thread Gábor Fási
In such a case I'd go for manually creating the neccesary style or script tag in your _form template. A bit better version may be to call include_javascripts_for_form() and include_stylesheets_for_form(). On Wed, Jan 27, 2010 at 22:36, Vincent UNG wrote: > Hi !! > > In my project, I have many _fr

[symfony-users] Include css and js without layout

2010-01-27 Thread Vincent UNG
Hi !! In my project, I have many _from that I have to view withou layout (I already set the $this->setLayout method at false), and I woul like to include a specific CSS and a specific JS file. I tried use_javascript('form') and use_stylesheet('form'), maybe I passed the wrong parameter... How can