I am converting an exisitng MVC web site and would rather not change much in the backend.
The code generated Tooltip information like this:
Notice that the content of the tooltip is in the "data-popup" attribute.
Is there a way to tell the Kendo ToolTip to use the data-popup from the <a> as the content for all <a> on a page?
The code generated Tooltip information like this:
<
a
class
=
"icon-help"
data-popup="<img
data-relpath
=
'Content/images/AccountExample.jpg'
class
=
'pathFix'
/>" href="#">
<
img
src
=
"../../content/images/skin/bg/icon-help.png"
>
</
a
>
Is there a way to tell the Kendo ToolTip to use the data-popup from the <a> as the content for all <a> on a page?