Wijmo UI for the Web
options type
Inheritance Hierarchy

Object
   jQuery.wijmo.wijrating.options

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

Default value: null

An option that controls aspects of the widget's animation, such as the animation effect and easing.

 
public Fieldstatic (Shared in Visual Basic)count

Default value: 5

A value that determines the number of stars to display.

 
public Fieldstatic (Shared in Visual Basic)create  
public Fieldstatic (Shared in Visual Basic)direction

Default value: 'normal'

The direction option determines the direction in which items are rated.

 
public Fieldstatic (Shared in Visual Basic)disabled

Default value: false

A value that determines whether or not to disable the rating widget.

 
public Fieldstatic (Shared in Visual Basic)hint

Type: wijmo.rating.wijrating_hint

A value that controls the hint information shown when hovering over the rating star.

 
public Fieldstatic (Shared in Visual Basic)iconHeight

Default value: 16

An option that determines the height of the icon. All icons should have the same height.

 
public Fieldstatic (Shared in Visual Basic)icons

Type: wijmo.rating.wijrating_icons

A value that indicates the settings for customized rating icons.

 
public Fieldstatic (Shared in Visual Basic)iconWidth

Default value: 16

An option that determines the width of the icon. All icons should have the same width.

 
public Fieldstatic (Shared in Visual Basic)max

Default value: null

An option that defines the maximum value that can be rated using the rating widget.

 
public Fieldstatic (Shared in Visual Basic)min

Default value: null

An option that defines the minimum value that can be rated using the rating widget.

 
public Fieldstatic (Shared in Visual Basic)orientation

Default value: 'horizontal'

The orientation option determines the orientation of the rating widget.

 
public Fieldstatic (Shared in Visual Basic)ratingMode

Default value: 'continuous'

The ratingMode option determines how the widget performs the rating function. The widget can rate things continuously or singly.

 
public Fieldstatic (Shared in Visual Basic)resetButton

Type: wijmo.rating.wijrating_resetButton

The resetButton option determines the properties of the widget's reset button.

 
public Fieldstatic (Shared in Visual Basic)split

Default value: 1

An option that determines the number of sections into which each star will be split.

 
public Fieldstatic (Shared in Visual Basic)totalValue

Default value: 5

An option that determines the total value of the rating widget.

 
public Fieldstatic (Shared in Visual Basic)value

Default value: 0

An option that determines the rated value of the rating widget.

 
Top
Events
 NameDescription
public EventhoverThe hover event fires when a user hovers over a rating icon. You can use this event to trigger something, such as an alert, when a user hovers over one of the rating icons.  
public EventratedThe rated event fires after the widget is rated.  
public EventratingThe rating event fires before widget rating. You can use this event if you'd like to track the rated values. You can cancel this event by returning false.  
public EventresetThe reset event fires when the reset button is clicked.  
Top
See Also

Reference

jQuery.wijmo.wijrating Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.