Difference between #4 and #5 of
Managing a star rating with the StarRating widget in Yii 2

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
[...]
1 3
41 followers
Viewed: 24 927 times
Version: 2.0
Category: How-tos
Written by: Kartik V
Last updated by: Kartik V
Created on: May 8, 2014
Last updated: 10 years ago
Update Article

Revisions

View all history