RangeSliderTooltipSettingsTagHelper

Example

Razor
<slider-tooltip/>

Attributes

AttributeTypeDescription
enabledBooleanDisables (false) or enables (true) the tooltip of the RangeSlider.
formatStringFormat string for the text of the tooltip. Note: The applied format will also influence the appearance of the RangeSlider tick labels.
templateStringTemplate of the tooltip. selectionStart - the current selectionStart. or selectionEnd - the current selectionEnd..
template-handlerStringTemplate of the tooltip. selectionStart - the current selectionStart. or selectionEnd - the current selectionEnd.. This option expects the name of a JavaScript function that will be called to return the template.
template-idStringTemplate of the tooltip. selectionStart - the current selectionStart. or selectionEnd - the current selectionEnd.. This option expects the ID of the script element that contains the template.
template-viewIHtmlContentTemplate of the tooltip. selectionStart - the current selectionStart. or selectionEnd - the current selectionEnd.. This option expects the instance containing the created HTML.
In this article
ExampleAttributes
Not finding the help you need?
Contact Support