Class QSlider_SlideEvent
Triggered on every mouse move during slide. The value provided in the event as ui.value represents the value that the handle will have as a result of the current movement. Canceling the event will prevent the handle from moving and the handle will continue to have its previous value.
- event Type: Event
- ui Type: Object
- handle Type: jQuery The jQuery object representing the handle being moved. * value Type: Number The value that the handle will move to if the event is not canceled. * values Type: Array An array of the current values of a multi-handled slider.
- QBaseClass
- QEvent
- QJqUiEvent
- QSlider_SlideEvent
Located at includes/base_controls/QSliderGen.class.php
__construct(),
__get()
|
OverrideAttributes(),
__call(),
__set()
|
string |
EventName
|
#
'slide'
|
$intDelay,
$strCondition,
$strSelector
|
$Condition,
$Delay,
$EventName,
$JsReturnParam,
$Selector
|