MapTooltipTagHelper

Example

Razor
<tooltip>
    <item-template></item-template>
    <popup-animation></popup-animation>
</tooltip>

ChildTags

Tag NameDetails
item-templateTemplateTagHelper
popup-animationMapTooltipPopupAnimationSettingsTagHelper

Attributes

AttributeTypeDescription
animationMapTooltipPopupAnimationSettingsTagHelper
auto-hideBooleanSpecifies 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.
calloutBooleanSpecifies if the Tooltip callout will be displayed.
contentStringThe url which result will be shown within the Tooltip. By default the Tooltip will display the target element title attribute content.
content-handlerStringThe function which result will be shown within the Tooltip. By default the Tooltip will display the target element title attribute content.
content-template-idStringSets 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-urlStringThe url which result will be shown within the Tooltip. By default the Tooltip will display the target element title attribute content.
filterStringSpecifies a selector for elements, within the container, for which the Tooltip will be displayed.
heightDoubleThe height (in pixels) of the Tooltip.
iframeBooleanExplicitly states whether content iframe should be created.
positionStringThe position relative to the target element, at which the Tooltip will be shown. Predefined values are "bottom", "top", "left", "right", "center".
show-afterDoubleSpecify the delay in milliseconds before the Tooltip is shown. This option is ignored if showOn is set to "click" or "focus".
show-onStringThe event on which the Tooltip will be shown. Predefined values are "mouseenter", "click" and "focus".
templateStringThe template, which renders the tooltip content. The fields that can be used in the template are: location - the marker location; marker - the marker instance.
template-handlerStringThe function, which returns the template of the tooltip. The fields that can be used in the template are: location - the marker location; marker - the marker instance.
template-viewIHtmlContentThe template, which renders the tooltip content. The fields that can be used in the template are: location - the marker location; marker - the marker instance.
widthDoubleThe width (in pixels) of the Tooltip.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support