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

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

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

Reference

wijrating_icons Interface