Hello!
I am looking for a proper way to change the embedded RESIZE_TOOLTIP_TEMPLATE, because I need to localize it - see the example below:
var RESIZE_TOOLTIP_TEMPLATE = kendo.template('<div style="z-index: 100002;" class="#=styles.tooltipWrapper#">' +
'<div class="#=styles.tooltipContent#">' +
'<div>Rozpoczęcie: #=kendo.toString(start, "d MMMM yyyy")#</div>' +
'<div>Zakończenie: #=kendo.toString(end, "d MMMM yyyy")#</div>' +
'</div>' +
'</div>');
How can I achieve this effect?
Thanks in advance.
I am looking for a proper way to change the embedded RESIZE_TOOLTIP_TEMPLATE, because I need to localize it - see the example below:
var RESIZE_TOOLTIP_TEMPLATE = kendo.template('<div style="z-index: 100002;" class="#=styles.tooltipWrapper#">' +
'<div class="#=styles.tooltipContent#">' +
'<div>Rozpoczęcie: #=kendo.toString(start, "d MMMM yyyy")#</div>' +
'<div>Zakończenie: #=kendo.toString(end, "d MMMM yyyy")#</div>' +
'</div>' +
'</div>');
How can I achieve this effect?
Thanks in advance.