Wijmo UI for the Web
options type
Inheritance Hierarchy

Object
   jQuery.wijmo.wijslider.options

Browser Compatibility
7
5
5
Fields
 NameDescription
public Fieldstatic (Shared in Visual Basic)animate

Default value: false

The animate option defines the sliding animation that is applied to the slider handle when a user clicks outside the handle on the bar.

 
public Fieldstatic (Shared in Visual Basic)cancel  
public Fieldstatic (Shared in Visual Basic)create  
public Fieldstatic (Shared in Visual Basic)delay  
public Fieldstatic (Shared in Visual Basic)disabled  
public Fieldstatic (Shared in Visual Basic)distance  
public Fieldstatic (Shared in Visual Basic)dragFill

Default value: true

The dragFill option, when set to true, allows the user to drag the fill between the thumb buttons on the slider widget.

 
public Fieldstatic (Shared in Visual Basic)max

Default value: 100

The max option defines the maximum value of the slider widget.

 
public Fieldstatic (Shared in Visual Basic)min

Default value: 0

The min option defines the minimum value of the slider widget.

 
public Fieldstatic (Shared in Visual Basic)minRange

Default value: 0

The minRange option prevents the two range handles (thumb buttons) from being placed on top of one another.

 
public Fieldstatic (Shared in Visual Basic)orientation

Default value: 'horizontal'

The orientation option determines whether the wijslider is positioned horizontally or vertically.

 
public Fieldstatic (Shared in Visual Basic)range

Default value: false

The range option, if set to true, allows the slider to detect if you have two handles.

 
public Fieldstatic (Shared in Visual Basic)step

Default value: 1

The step option determines the size of each interval between the slider minimum value and the slider maximum value.

 
public Fieldstatic (Shared in Visual Basic)value

Default value: 0

The value option determines the total value of the slider widget when there is only one range handle.

 
public Fieldstatic (Shared in Visual Basic)values

Default value: null

The values option can be used to specify multiple handles.

 
Top
Events
 NameDescription
public EventbuttonClickThe buttonClick event is raised when the decrement button or the increment button is clicked.  
public EventbuttonMouseDownThe buttonMouseDown event is raised when the mouse is down on the decrement button or the increment button.  
public EventbuttonMouseOutThe buttonMouseOut event is raised when the mouse leaves the decrement button or the increment button.  
public EventbuttonMouseOverThe buttonMouseOver event is raised when the mouse is over the decrement button or the increment button.  
public EventbuttonMouseUpThe buttonMouseUp event is raised when the mouse is up on the decrement button or the increment button.  
public EventchangeThe change event is triggered when the user stops moving the range handle or when a value is changed programatically.  
public EventslideTriggered on every mouse move during slide.  
public EventstartThe start event is triggered when the user begins to move the slider thumb.  
public EventstopThe stop event is triggered when the user stops sliding the slider thumb.  
Top
See Also

Reference

jQuery.wijmo.wijslider Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.