Version 21.2

RatingClientEvents Class Fields

For a list of all members of this type, see RatingClientEvents members.

Public Fields
 NameDescription
Public FieldHoverChangeEvent which is raised before hover value is changed.

If application returns false, then action is canceled and hover value stays unchanged.

Function takes arguments evt and ui.

Use ui.value to get new value.

Use ui.oldValue to get old value.  
Public FieldValueChangeEvent which is raised before (selected) value is changed.

If application returns false, then action is canceled and value stays unchanged.

Function takes arguments evt and ui.

Use ui.value to get new value.

Use ui.oldValue to get old value.  
See Also

View on GitHub