I am using the KendoUi Slider. I'm using the following setings:
jQuery(document).ready(function () {
jQuery("#slider").kendoSlider({
increaseButtonTitle: "Right",
decreaseButtonTitle: "Left",
showButtons: false,
min: 1,
max: 4,
smallStep: .2,
largeStep: 1,
value: <%= TotalScore %>,
tooltip:
{
enabled:false
}
});
I have four large steps and I want to label each of them "P" "O" "G" "I" in place of the numbers. How can I do this?
I couldn't find anything in the settings that would allow for this. So, I just built a quick slider item modifier instead:
http://jsfiddle.net/latenightcoder/QwGUy/1/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With