Check documentation for the
latest version of dhtmlxSuite
onSlideEnd DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
onChange
onMouseDown
onMouseUp
onSlideEnd
Start
Slider
dhtmlXSlider API
Events
onSlideEnd
fires on the slide end
void
onSlideEnd
(
number
value
);
value
number
the current slider's value
Example
mySlider.
attachEvent
(
"onSlideEnd"
,
function
(
value
)
{
// your code here
}
)
;
Back to top