Open GoogleCodeExporter opened 9 years ago
Hi Benoit,
I'm not sure that's really a bug. If you want to use your own theme, you should
take a look to this page: http://code.google.com/p/gwt-cal/wiki/Themes
Also the gwt-cal-demo code should give you some tips.
If you still have problems don't hesitate to ask through the mailing-list.
Regards,
Carlos.
Original comment by ctasada
on 22 Jan 2013 at 8:43
Hi,
i dont't want implement my own them. I jsut want add little css property.
Anyway addStyleName is standard gwt widget function. I think, it must work.
My hack :
Calendar a = new Calendar() {
@Override
public void setView(CalendarViews view, int days) {
super.setView(view, days);
this.addStyleName("my-calendar-look");
}
};
Regards,
Benoît
Original comment by b.mouch...@gmail.com
on 23 Jan 2013 at 2:14
Which properties do you want to modify? Can you paste some example so I can
take a look to what's appending?
Thanks
Original comment by ctasada
on 23 Jan 2013 at 11:18
Original comment by Brad.Ryd...@gmail.com
on 2 May 2013 at 8:45
Original issue reported on code.google.com by
b.mouch...@gmail.com
on 11 Jan 2013 at 7:07