0 Replies Latest reply on Jul 21, 2011 3:31 PM by hmashruf

    Display Richfaces calendar using Month and Year selection: RF4

    hmashruf

      Hi All,

       

      I am using the following richfaces calendar component:

       

      <rich:calendar id="start" currentDate="#{centralOfficeReportHandler.fromDate}" popup="false" showWeekDaysBar="false" showFooter="false" styleClass="special" oncurrentdateselected="event.rich.component.selectDate(event.rich.date)"> </rich:calendar>

       

      Script: to hide week day rows.

      .special tr[id] {

      display:none;

      }

       

      Couple of issues:

       

      -Notice in the image, it does not show all 12 months; it is not displaying one of the rows that includes Jan/July months.

      -It overlaps the calendar selection display.

       

      richfaces-calendar.gif

      Help! Thanks.