Wijmo UI for the Web
hoverIconsClass Field
wijmo.rating Namespace > wijrating_icons Interface : hoverIconsClass Field

A string or an array value indicates the urls of hover icons.

Syntax
var instance; // Type: wijmo.rating.wijrating_icons;
var value; // Type: any
value = instance.hoverIconsClass;
var hoverIconsClass : any;
Remarks
If the value is a string, then all the star will apply the iconsClass when hovered over. If the value is an array, then each star will apply the related iconsClass value by index when hovered over.
See Also

Reference

wijrating_icons Interface