The following tables list the members exposed by WebSlider.
Name | Description | |
---|---|---|
![]() | WebSlider Constructor |
Name | Description | |
---|---|---|
![]() | enabled | Gets sets enabled state of control as Boolean.True: control is enabled |
![]() | maxValueAsDouble | Gets maximum value as number. In case of Date the milliseconds are returned.Maximum value |
![]() | minValueAsDouble | Gets minimum value as number. In case of Date the milliseconds are returned.Minimum value |
![]() | secondaryThumbEnabled | Gets sets ability to move secondary thumb by end user as Boolean.True: thumb is enabled |
![]() | secondaryValue | Gets sets secondary value as Object. That can be Number or Date object according to SliderValueType. |
![]() | thumbEnabled | Gets sets ability to move main thumb by end user as Boolean.True: thumb is enabled |
![]() | value | Gets sets main value as Object. That can be Number or Date object according to SliderValueType. |
![]() | valueLabelFormat | Gets format used for value labels. String that contains {0} and/or {1} substrings. All other parts of format are used as static characters.Format string |
Name | Description | |
---|---|---|
![]() | dispose | Disposes object and event handlers. |
![]() | doubleToValue | Converts value as Number to Object. |
![]() | find | Finds WebSlider by its client ID. |
![]() | focus | Sets focus to slider.True: call input.focus() using setTimeout |
![]() | from | Casts passed in object to the WebSlider type. |
![]() | getButtonElem | Gets reference to IMG html element which renders plus or minus button. |
![]() | getLabelElem | Gets reference to DIV html element which renders label with value of thumb or secondary thumb. |
![]() | getThumbElem | Gets reference to IMG or DIV html element which renders main or secondary thumb. |
![]() | getTrackEdgeElem | Gets reference to DIV html element which renders edges of track bar. |
![]() | getTrackElem | Gets reference to DIV html element which renders track bar and value-track bars. |
![]() | getValue | Gets main or secondary value as Object. |
![]() | getValueAsDouble | Gets main or secondary value as Number. |
![]() | getValueAsPercent | Gets main or secondary value as percent. |
![]() | initialize | Initializes instance of WebSlider. |
![]() | percentToValue | Converts number as percent to number or object. |
![]() | setValueAsDouble | Sets value of main or secondary thumb from float point number. |
![]() | setValueAsPercent | Sets value of main or secondary thumb using percentage. |
![]() | valueToDouble | Converts value to Number object. |
![]() | valueToPercent | Converts value to percent. |