<kendo:rangeSlider-tooltip>
Configuration of the RangeSlider tooltip.
Example
<kendo:rangeSlider>
<kendo:rangeSlider-tooltip></kendo:rangeSlider-tooltip>
</kendo:rangeSlider>
Configuration Attributes
enabled boolean
Disables (false) or enables (true) the tooltip of the RangeSlider.
Example
<kendo:rangeSlider-tooltip enabled="enabled">
</kendo:rangeSlider-tooltip>
format java.lang.String
Format string for the text of the tooltip. Note: The applied format will also influence the appearance of the RangeSlider tick labels.
Example
<kendo:rangeSlider-tooltip format="format">
</kendo:rangeSlider-tooltip>
template java.lang.String
Template of the tooltip. selectionStart - the current selectionStart. or selectionEnd - the current selectionEnd..
Example
<kendo:rangeSlider-tooltip template="template">
</kendo:rangeSlider-tooltip>