Class: TimeSlider

vef.ui.slider.TimeSlider(target, options)

A slider based on Date objects as specialization of Slider. Events: * changed

Constructor

new TimeSlider(target, options)

Parameters:
Name Type Description
target string
options object
Author:
Source:

Methods

getValue()

Return the current value of the slider handle. returns an Object with properties {@code left} and {@code right} of the slider has two handles
Source:

setValue(value)

Update the current value of the slider handle. For sliders with two handles {@code value} has to be an Object with the properties {@code left} and {@code right}
Parameters:
Name Type Description
value Date | object
Source: