3 Replies Latest reply on Feb 9, 2010 8:39 AM by cmastrantono

    Problem decreasing witdh of rich:calendar?

    cmastrantono

      Hi!

       

      I´m having some problems decreasing the width of rich:calendar.

       

      I tried the following code (the one I found in many places) and to modify the "style" but it didn´t work.

       

      <rich:calendar id="someDate" value="#{someBean.someDate}"

                              popup="true"

                              datePattern="dd/MM/yyyy"

                              showApplyButton="false"

                              cellWidth="24px" cellHeight="22px"

                              style="width:200px"

                              enableManualInput="true"

                              showWeeksBar="false"

                               showFooter="false"/>

       

      But the result is a little bit different than the ones in those sites.

       

      Please, find attached an image. On the left, the example of most pages... on the right, my try.

       

      rich.calendar