Version

RatingClientEvents Class Members

The following tables list the members exposed by RatingClientEvents.

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