Hi,guys I want to use compact Calendar (example: http://www.smartclient.com/smartgwt/showcase/#compact_calendar_category). Here is my code for making it: calendar.setWidth(400); calendar.setHeight(190); calendar.setShowDayView(false); calendar.setShowWeekView(false); calendar.setShowOtherDays(false); calendar.setShowDayHeaders(false); calendar.setShowDatePickerButton(false); calendar.setShowAddEventButton(false); calendar.setDisableWeekends(false); calendar.setShowDateChooser(false); calendar.setCanCreateEvents(false); But the date numbers doesn't show like in the example. Can someone tell me what to do?
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
