New to Telerik UI for ASP.NET Core? Download free 30-day trial

MapTooltipTagHelper

Example

<tooltip>
    <popup-animation></popup-animation>
</tooltip>

ChildTags

Tag Name Details
popup-animation MapTooltipPopupAnimationSettingsTagHelper

Attributes

Attribute Type Description
animation MapTooltipPopupAnimationSettingsTagHelper
auto-hide Boolean Specifies if the Tooltip will be hidden when mouse leaves the target element. If set to false a close button will be shown within Tooltip. If set to false, showAfter is specified and the showOn is set to "mouseenter" the Tooltip will be displayed after the given timeout even if the element is no longer hovered.
callout Boolean Specifies if the Tooltip callout will be displayed.
content String The url which result will be shown within the Tooltip. By default the Tooltip will display the target element title attribute content.
content-handler String The function which result will be shown within the Tooltip. By default the Tooltip will display the target element title attribute content.
content-template-id String Sets the id of kendo template which will be used as tooltip content. By default the Tooltip will display the target element title attribute content.
content-url String The url which result will be shown within the Tooltip. By default the Tooltip will display the target element title attribute content.
filter String Specifies a selector for elements, within the container, for which the Tooltip will be displayed.
height Double The height (in pixels) of the Tooltip.
iframe Boolean Explicitly states whether content iframe should be created.
position String The position relative to the target element, at which the Tooltip will be shown. Predefined values are "bottom", "top", "left", "right", "center".
show-after Double Specify the delay in milliseconds before the Tooltip is shown. This option is ignored if showOn is set to "click" or "focus".
show-on String The event on which the Tooltip will be shown. Predefined values are "mouseenter", "click" and "focus".
template String
width Double The width (in pixels) of the Tooltip.
In this article
Not finding the help you need?