[Lift] Re: Overriding widgets stylesheets

2009-08-30 Thread Indrajit Raychaudhuri
4. Additionally, you have to add this in Boot environment. Often we end up missing out on this step, or don't get the pattern right :) ResourceServer.allow { case _ :: style.css :: Nil = true } Of course, you can narrow the PF argument to better adjust to the need. Cheers, Indrajit On Aug

[Lift] Re: Overriding widgets stylesheets

2009-08-30 Thread marius d.
No you don't have to do this because In Boot you are already calling CalendarMonthlyView.init Br's, Marius On Aug 30, 7:22 pm, Indrajit Raychaudhuri indraj...@gmail.com wrote: 4. Additionally, you have to add this in Boot environment. Often we end up missing out on this step, or don't get the

[Lift] Re: Overriding widgets stylesheets

2009-08-30 Thread Indrajit Raychaudhuri
Oops, I didn't follow that this is about the bundled CalendarMonthView. I stand corrected, ResourceServer.allow {} isn't necessary because CalendarMonthlyView.init does the needful. Cheers, Indrajit On Aug 30, 9:32 pm, marius d. marius.dan...@gmail.com wrote: No you don't have to do this

[Lift] Re: Overriding widgets stylesheets

2009-08-30 Thread marius d.
Yeah ... in general all existent lift widgets have an init method that needs to be called in boot. On Aug 30, 8:39 pm, Indrajit Raychaudhuri indraj...@gmail.com wrote: Oops, I didn't follow that this is about the bundled CalendarMonthView. I stand corrected, ResourceServer.allow {} isn't