by numbelvis » Mon Feb 21, 2011 12:50 pm
Hi, ma_gro I was looking for this feature also and until it is built in, you can accomplish tooltips by adjusting the getEventTemplate method of Ext.ensible.cal.DayBodyView and Ext.ensible.cal.MonthView. In those methods there are template strings being created..
You can add
qtip="<b>{Title}</b><br/>{Description}"
to the appropriate div and will get tooltips.
Be sure you are executing Ext.QuickTips.init(); so Ext witll show them.