3 Replies Latest reply on Jul 17, 2009 8:39 AM by rcandersonmn

    Tooltip usage on rich:calendar

    rcandersonmn

      Trying to use the tooltip on a non-popup calendar. I set the tool tip in the CalendarDataModelItem implementation that I have created. I see in the data string that is getting sent to load function that the tooltip is specified. But, I do not see the tooltip. I am using RichFaces 3.3.1. I based my code on the "organizer" demo .

      The code for the load function seems to indicate that a "hastooltip" value should be specified but I don't see that in the data nor does the hasToolTip method in CalendarDataModelItem ever get called.

      Has anybody successfully added a tooltip to the cell on the calendar? Any suggestions?