Web Star Rating
Web Star Rating
Geminate comes with a feature of a widget of star rating which can be applied on float or char type of fields with multiple options to style and design the ratings with nice user interface and layout like number of range, width , blank color, fill color, spacing and RTL for it.
Exciting Features
Supports rating widget for float and char field type.
Easy to customize look and feel of rating widget with various options like add star name, width, color, spacing and also RTL.
Note: Extensively Tested on Odoo Vanilla with Ubuntu OS
-
Configuration
You can add the widget as shown in the below example:
< field name="star" widget="geminate_rating" num_stars="5" star_width="50px" blank_color="#a3a19d" fill_color="#ff2200" spacing="30px" RTL="True"/>
As per your need, option values can be changed in :-
- "num_stars"
- "star_width"
- "blank_color"
- "fill_color"
- "spacing"
- "RTL"
- "readonly"
As you can see in the following image this time num of star is 5, star width is 40px, space between two star is 30px and the blank color is "#a3a19d".
Now we can add number, width, space, rtl and fill the color in the star.
- num_stars = 10px
- star_width = 50px
- fill_color = #ff2200
- spacing = 40px
- RTL = True
- readonly = True