2 Replies Latest reply on Dec 4, 2009 2:59 PM by edilmar

    How to decrease default witdh of rich:calendar?

    edilmar

      Hi,

      I'm new in RichFaces 3.3.2. I have the following calendar:

       <rich:calendar value="#{emonitor.dataIni}"
       datePattern="dd/MM/yyyy" enableManualInput="true" showWeeksBar="false"
       cellWidth="20px" cellHeight="20px" style="width:100px"/>
      

      But the calendar doesn't recognize the "style" property. If I put 10, 100, 200, 1000, all cases it appears at the same way, and it is much big for my layout. I would like a calendar with a size adjusted for dd/MM/yyyy size only.