<< Click to Display Table of Contents >> Star rating |
Overview
The Star rating Widget for Bizagi is available for download at Bizagi Widget Xchange.
Through this Widget, you will be able to allow end users rate a given service from 1-5 or 1-10 graphically.
Before you start
In order to test and use this Widget, you will need:
1.Bizagi Studio previously installed.
2.This specific Widget previously installed, either as described at https://help.bizagi.com/platform/en/index.html?widget_xchange.htm, or as described at https://help.bizagi.com/platform/en/index.html?widgets_manualinst.htm.
Data model considerations
In order to use this Widget, you need in your data model:
•A integer type attribute which holds the numeric rating (from 1 to 5 or from 1 to 10) set through graphical stars.
Properties configuration
In order to configure this Widget once it is installed in your project, include it in any form and set it properties in the Forms designer, just as you would do with any other type of Bizagi control.
Consider the following properties.
PROPERTY |
POSSIBLE VALUES |
DEFAULT VALUE / SUGGESTED |
---|---|---|
Data binding |
An integer type attribute which holds the rating set from 1-5 or 1-10. |
Not applicable. This property is mandatory. |
Display text |
The label to be displayed for this widget. |
Rating |
Rating scale |
The number of icons you want to display, minimum 5 and up to 10. |
5 |
Size |
A preset definition for the size of icons. Possibilities are: small or medium. |
Small |
Image type |
A number indicating the type of icon to be used. Possibilities are: •1 (stars) •2 (emoticons) •3 (hearts) |
1 (stars) |
Stars color |
The fill color which is used when marking stars in the rating (this color is only applicable for Image type = 1). Possibilities are: Green, Blue, Red, Golden or Yellow. |
Green |
Notice all Bizagi controls and Widgets, enable a visible property which allows you to set if that control should be displayed in a given form or not (e.g, by using a business rule).
This Widget enables this property as well as editable and required. |
For complete documentation or more information about this Widget's possibilities (e.g, if you wish to customize and extend it), refer to the information about the implemented jQuery Plugin at http://auxiliary.github.io/rater/.
Last Updated 10/28/2022 10:02:52 AM