css | adds style classes for the component |
helpMessage | adds an icon with a question mark next to Slider |
hiddenLabel | adds a hidden label for a Slider that will be used while sending a form to the server |
inverse | enables/disables the inverse slider mode |
label | specifies the label of a slider |
labelPosition | defines the position of a label of a slider |
labelWidth | sets the width of a label |
majorTick | sets interval of rendering numeric values on the slider scale |
max | the maximal value of slider |
min | the minimal value of slider |
mode | the direction of the Slider scale |
range | enables/disables the possibility to select a range of values on the slider |
step | the step the slider thumb will be moved with |
tick | sets the interval of steps for rendering the slider scale |
tickTemplate | sets a template for rendering values on the scale |
tooltip | enables a tooltip on hovering over the slider thumb |
value | the value the thumb will be set at on initialization of the slider |