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 <[email protected]> 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 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 27, 9:06 pm, Marius <[email protected]> wrote: > > > Someone encountered the problem where he couldn't override the > > stylesheet used by some widget. Damn I can't find any more that > > thread ... > > > Anyways here it is: > > > 1. Include the widget in your application say monthview. > > 2. The url to the stylesheet is: /classpath/calendars/monthview/ > > style.css > > 3. In order to override this put your changed style.css in WEB-INF/ > > classes/toserve/calendars/monthview/style.css > > > This works for me. > > > Br's, > > Marius --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
