Rating
(part of package 'Bootstrap Extra Components') Extends designtime/SolutionModel: JSWebComponent Extends runtime: RuntimeWebComponent
bootstrapextracomponents-rating
This is a reference page; many components have detailed usage guides here.
Properties
dataProviderID
Type: Dataprovider
enabled
Type: Enabled Default Value: true
location
Type: Point
max
Type: Number Default Value: 5
showPercentageOnHover
Type: Boolean
stateOff
Type: String
stateOn
Type: String
visible
Type: Boolean Default Value: true
Events
onDataChangeMethodID(oldValue,newValue,event)
Handle changed data, return false if the value should not be accepted. JSEvent.data will contain extra information about dataproviderid, its scope and the scope id (record datasource or form/global variable scope)
Parameters:
{${dataproviderType}} oldValue
{${dataproviderType}} newValue
{JSEvent} event
Returns: {Boolean}
onHover(event,value)
Parameters:
onLeave(event,value)
Parameters:
Last updated
Was this helpful?