Method | Description | |
---|---|---|
SetChangeEvent ( string changeEvent ) : |
This event is triggered on slide stop, or if the value is changed programmatically (by the value method). Takes arguments event and ui. Use event.orginalEvent to detect whether the value changed by mouse, keyboard, or programmatically. Use ui.value (single-handled sliders) to obtain the value of the current handle, $(this).slider('values', index) to get another handle's value.
|
|
SetCreateEvent ( string createEvent ) : |
This event is triggered when slider is created.
|
|
SetSlideEvent ( string slideEvent ) : |
This event is triggered on every mouse move during slide. Use ui.value (single-handled sliders) to obtain the value of the current handle, $(..).slider('value', index) to get another handles' value.
|
|
SetStartEvent ( string startEvent ) : |
This event is triggered when the user starts sliding.
|
|
SetStopEvent ( string stopEvent ) : |
This event is triggered when the user stops sliding.
|
public SetChangeEvent ( string changeEvent ) : |
||
changeEvent | string | |
return |
public SetCreateEvent ( string createEvent ) : |
||
createEvent | string | |
return |
public SetSlideEvent ( string slideEvent ) : |
||
slideEvent | string | |
return |
public SetStartEvent ( string startEvent ) : |
||
startEvent | string | |
return |
public SetStopEvent ( string stopEvent ) : |
||
stopEvent | string | |
return |