Training
Training
Welcome
Guided Paths
Build an App
Training Planner
Courses
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Downloads
Platforms
OutSystems.com
My Platform
Community
Resources
Support
Search in OutSystems
Log in
Sign Up
Community
›
Forge
›
Assets list
›
Star Rating React Widget
Star Rating React Widget
Stable version
1.0.1
(Compatible with
OutSystems 11
)
Uploaded
on
30 March 2020
by
4.0
(3 ratings)
Overview
Reviews
Versions
Documentation
Support
Star Rating React Widget
Documentation
1.0.1
Draft
Usage - Short Version:
Add StarRatingWidget_CW as a dependency to your project.
Add StarRating or StarRatingSmall to your desired screen(s),
Consume the OnClick event and optionally set Variables and CSS.
Usage - Detailed Version:
Under Manage Dependencies, choose StarRatingWidget_CW and decide if you want to consume StarRating, StarRatingSmall, or both
Open Desired Screen in your project. From UI Flows - MainFlow - StarRatingWidgets_CW - StarRatingWidgets, drag the widget onto the screen in the desired location
Consume the OnStarClicked event. Usually you will want this to update your Rating local variable. Update any Save actions as needed.
[Optional] Set value to Rating [Default: 0] to assign the value of the Rating
[Optional] Set value to CanChangeRating [Default: true] to determine whether rating can be updated
[Optional] Set value to MaxRating [Default: 5] to decide the number of available stars
[Optional] Set the star color by updating the CSS class .star-rating.
Loading...
Loading