Changing the Event Tooltip - HOWTO

mwhitlaw wrote on Thursday, September 16, 2010:

Can someone direct me to where in the code I would go to change the event tooltip? I want to include the appointment comments (pc_hometext) in the tooltip.

visolveemr wrote on Friday, September 17, 2010:

Hi

The file you need to edit is ‘interface/main/calendar/modules/PostCalendar/pntemplates/default/views/day/ajax_template.html’

You need to concatenate the variable ‘$comment’ with ‘$divTitle’ or ‘$link_title’ to include the appointment comments in the tooltip.

Thanks
VicarePlus Team
services@vicareplus.com

mwhitlaw wrote on Friday, September 17, 2010:

That was just what I needed… Thanks