C# 클래스 Fluqi.Widget.jSlider.Events

A set of properties to apply to a set of jQuery UI Slider.
Properties not yet supported:
상속: Core.Options
파일 보기 프로젝트 열기: toepoke/Fluqi

공개 메소드들

메소드 설명
SetChangeEvent ( string changeEvent ) : Events

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 ) : Events

This event is triggered when slider is created.

SetSlideEvent ( string slideEvent ) : Events

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 ) : Events

This event is triggered when the user starts sliding.

SetStopEvent ( string stopEvent ) : Events

This event is triggered when the user stops sliding.

메소드 상세

SetChangeEvent() 공개 메소드

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.
public SetChangeEvent ( string changeEvent ) : Events
changeEvent string
리턴 Events

SetCreateEvent() 공개 메소드

This event is triggered when slider is created.
public SetCreateEvent ( string createEvent ) : Events
createEvent string
리턴 Events

SetSlideEvent() 공개 메소드

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.
public SetSlideEvent ( string slideEvent ) : Events
slideEvent string
리턴 Events

SetStartEvent() 공개 메소드

This event is triggered when the user starts sliding.
public SetStartEvent ( string startEvent ) : Events
startEvent string
리턴 Events

SetStopEvent() 공개 메소드

This event is triggered when the user stops sliding.
public SetStopEvent ( string stopEvent ) : Events
stopEvent string
리턴 Events