Completed
Last Updated: 13 Jul 2021 09:24 by ADMIN
Created by: Imported User
Comments: 1
Category: Tooltip
Type: Feature Request
8
It would be nice if we could do something like this:

<span kendo-tooltip>
    <span k-tooltip-content>This is the tooltip content</span>
    Some stuff
</span>

Instead of this:


<span kendo-tooltip k-content="This is the tooltip content">
    Some stuff
</span>

This would make creating bigger dynamic content easier.