SliderTooltipSettingsTagHelper

Example

Razor
<slider-tooltip/>

Attributes

AttributeTypeDescription
enabledBooleanDisables (false) or enables (true) the tooltip of the Slider.
formatStringFormat string for the text of the tooltip. Note: The applied format will also influence the appearance of the Slider tick labels.The slider widget supports precision of up-to 10 digits after the decimals point.
templateStringTemplate of the tooltip. The following variables are passed by the Slider and are ready to be used inside the template: value - the current value when using a regular slider or selectionStart and selectionEnd - the current values when using a range slider.
template-handlerStringTemplate of the tooltip. The following variables are passed by the Slider and are ready to be used inside the template: value - the current value when using a regular slider or selectionStart and selectionEnd - the current values when using a range slider.
template-idStringTemplate of the tooltip. The following variables are passed by the Slider and are ready to be used inside the template: value - the current value when using a regular slider or selectionStart and selectionEnd - the current values when using a range slider.
template-viewIHtmlContentTemplate of the tooltip. The following variables are passed by the Slider and are ready to be used inside the template: value - the current value when using a regular slider or selectionStart and selectionEnd - the current values when using a range slider.
In this article
ExampleAttributes
Not finding the help you need?
Contact Support