Month Tooltip

Is it possible to have the following functionality?

scheduler.templates.month_tooltip = function(s,e,ev){ return ev.text };

not directly, but something very similar

scheduler.templates.event_bar_text = function(s,e,ev){ return '<span title="'+ev.text+'">'+ev.text+'</span>'; }

value of title attribute will be shown as tooltip.

Hi,

That only show the tool tip, but i need to display the tooltip and want to click the tool tip like year tab

Unfortunately there is no such functionality as for now ( we have more complex tooltip system in out plans, but still not sure that it will support scenario with clicking )