KendoUiスライダーを使用しています。私は次の設定を使用しています:
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
}
});
4つの大きなステップがあり、それぞれに番号の代わりに「P」、「O」、「G」、「I」のラベルを付けたいと思います。これどうやってするの?