Example of Events in Javascript Range Slider Control

/
/
Events

This sample demonstrates the events that have been triggered on the Slider operations with the help of event trace panel. Drag the thumb over the bar between min and max to know the event details.

More Details...

Description

Slider component triggers the event based on its actions. The events can be used as an extension point to perform custom operations. In this demo, Slider performs following actions which can be traced by event trace panel: Created - Triggers when Slider is created. Change - Triggers when the Slider value is changed. Changed - Triggers when the Slider action is completed with change in Slider value. For more information, refer to the events API from the documentation.