rangeSize
|
Specifies the minimum slider range for a numerical field, the smallest interval that the user is able to select when interactively adjusting the range.
Example
RangeSlider1.rangeSize = 1000;
|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |