Revision #5 has been created by Kartik V on May 8, 2014, 8:50:11 AM with the memo:
Updated description
« previous (#4) next (#6) »
Changes
Title
unchanged
Managing a star rating with the StarRating widget in Yii 2
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
yii2, star, rating, widget, plugin, jquery, icon, symbol
Content
changed
[...]
So if you want 5 stars and increment the rating by 25% of each star width, just change step to `0.25` above.
5. Display an unicode icon without loading bootstrap glyphicon. You can set the `glyphicon` property to false - it will display the Unicode Star symbol.
6. Using alternative icon symbols. You can use any icon font symbol that is UTF8 encoded and pass the encoded entity in `symbol` property.
An example below:
```php[...]