7 Replies Latest reply on May 10, 2010 9:35 AM by pablomaes

    buttonIconDisabled of calendar does not work

    nimo22

      I upgraded from rf 3.2 to 3.3.3 final.

       

      In rf 3.2, I hide the icon of rich:calender via:

       

      <rich:calender buttonIcon="" ..>

       

      This does not work anymore. In rf 3.3.3, there is a new property "buttonIconDisabled".

      But when I set the buttonIconDisabled to true, then the icon is also shown (I removed the buttonIcon-Property and has no buttonLabel defined).

       

       

      <rich:calender buttonIconDisabled="true" showApplyButton="false" ../>

       

      what is wrong?