On 14 Jan 2008, at 15:07, Sylvain Deloux wrote:
> How could I deactivate these stylesheets from my action ?

Use view.yml in the corresponding module:

blahSuccess:
   stylesheets: [-StylesheetOfYourChoiseWithoutTheExtension]

Notice the '-' there which instructs symfony to remove the stylesheet  
from the response.

Alternatively, use the sfResponse methods to remove the stylesheet.

Cheers,


Alexander

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to