Calendar - How to Customize Calendar Tooltip

Hi, do you know how to customize Calendar Tooltip?


I’d like to be able to select which field have to be shown there.

In

jssource/src_files/modules/Calendar/Cal.js

there’s “element.qtip” starting on line 1051 - 1104 of Cal.js.

but where the data comes from?

It comes from the get addition details entry point.

Have a loot at include/utils/additional_details.php as an example. It uses the smarty tpl to determine what is displayed.

the location of the templates are:

'modules/'. $bean->module_name .'/tpls/additionalDetails.body.tpl'
'modules/'. $bean->module_name .'/tpls/additionalDetails.caption.tpl'

hello, can anyone know to customize calendar module and implement inline edit?