maxRangeSize
|
Specifies the maximum slider range, the largest interval that the user is able to select when interactively adjusting the range. The units are the same as those of the length property.
Example
RangeSlider1.maxRangeSize = 10;
|
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. |