Configure the dialog rating widget
Configure the dialog rating widget by either of two methods.
- Configure the dialog rating widget globally portal wide. To do this, use the CP configuration service. Refer to the topic about the CP configuration service.
- Configure an individual dialog rating widget instance. To do this, we add parameters to the code that invokes the widget. Examples:
var widget = new com.ibm.widgets.AddRating({ resourceID: myResourceID, resourceTitle: myResourceTitle, customLabelCommunityTags: myCommunityRatingsLabel });...or...
<div dojoType="com.ibm.widgets.AddRating" resourceID="myResourceID" resourceTitle="myResourceTitle" customLabelCommunityTags="My Community Ratings"></div>For details about the parameters refer to the dialog rating widget parameter reference.
Parent: The dialog rating widget