Class
FlexSlider class
Action
Dispatched when the slider changes value due to mouse or keyboard interaction.
Syntax
slider.Change(value, [thumbIndex, clickTarget, triggerEvent, keyCode])
Variable |
Description |
value |
The new value of the slider. REAL. |
thumbIndex |
Optional.The zero-based index of the thumb whose position has changed. INTEGER. |
clickTarget |
Optional.Whether the slider track or a slider thumb was pressed. STRING. |
triggerEvent |
Optional.The event, such as a mouse or keyboard event, that triggered the action. FLEXTRIGGEREVENT. |
keyCode |
Optional.The key code value of the key pressed or released. STRING. |