The following tables list the members exposed by RatingClientEvents.
Name | Description | |
---|---|---|
HoverChange | Event 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. | |
ValueChange | Event 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. |
View on GitHub