Properties for the dialog rating widget in the default user interface

View the properties for the dialog rating widget in the default user interface.

com.ibm.wps.cp.rating.dialog.customLabelCommunityRatings  
Use this property to specify a custom string that you want to be shown as the header text in the user interface for ratings in the community section. Example: Community ratings for resource XYZ . This property has no default value.
com.ibm.wps.cp.rating.dialog.customLabelPersonalPrivateRatings  
Use this property to specify a custom string that you want to be shown as the header text in the user interface for tags in the personal private section. Example: Personal private tags for resource XYZ . This property has no default value.
com.ibm.wps.cp.rating.dialog.customLabelPersonalPublicRatings  
Use this property to specify a custom string that you want to be shown as the header text in the user interface for ratings in the personal public section. Example: Personal public ratings for resource XYZ . This property has no default value.
com.ibm.wps.cp.rating.dialog.defaultView = (PUBLIC)  
Use this property to specify which view tab is preselected by default, Public or Private. The default is PUBLIC . The other possible value is PRIVATE .
com.ibm.wps.cp.rating.dialog.deletingEnabled = (true)  
Use this property to determine whether a user can delete the user's personal ratings. The default value is true .
com.ibm.wps.cp.rating.dialog.displayTabs = (true)  
Use this property to determine whether you want the tabs for switching between private and public rating to be displayed to users. The default is true . Change this to false only if you deactivate private rating by setting the property com.ibm.wps.cp.rating.dialog.privateTaggingEnabled to false .
com.ibm.wps.cp.rating.dialog.messageFadeOutDuration = (1000)  
Use this property to specify the time that the fade-out action of return messages takes in milliseconds. This affects the fade-out after information, warning, or error messages that have been displayed. The default is 1000 milliseconds.
com.ibm.wps.cp.rating.dialog.numStars = (5)  
Use this property to specify the number of stars or asterisks of which a rating consists. Specify a positive numeric value. The default value is 5 .
com.ibm.wps.cp.rating.dialog.privateRatingEnabled = (true)  
Use this property to determine whether users can add private ratings in the dialog rating widget. The default value is true . If you set this property to false , users can add only public ratings.
com.ibm.wps.cp.rating.dialog.ratingsChangedEvent = (ratingsChanged)  
Use this property to specify the name of the event that is fired when a user adds or deletes a rating in the dialog widget. This event is caught by the inline rating widget or widgets of the same resource. These then update themselves. The default value is ratingsChanged. The event name specified here must be matched by the event name specified for the rating inline widget.