rangeMax
|
Specifies the initial upper end (right side) of the selected range. This property should be set in the onInit handler (See Add Dashboard Script for more information about handlers.)
Example
RangeSlider1.max = 10;
RangeSlider1.rangeMin = new java.util.Date(118, 3, 0);
RangeSlider1.rangeMax = new java.util.Date(120, 2, 1);
|
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. |