Group Buttons
(part of package 'Bootstrap Extra Components') Extends designtime/SolutionModel: JSWebComponent Extends runtime: RuntimeWebComponent
bootstrapextracomponents-buttons-group
This is a reference page; many components have detailed usage guides here.
Properties
dataProviderID
Type: Dataprovider
enabled
Type: Enabled Default Value: true
inputType
Type: String Default Value: "radio"
location
Type: Point
showAs
Type: String
styleClass
Type: Styleclass Default Value: "btn-default"
tabSeq
Type: Tabseq
toolTipText
Type: String
valuelistID
Type: Valuelist
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) - present since 2021.06 release
Parameters:
{${dataproviderType}} oldValue
{${dataproviderType}} newValue
{JSEvent} event
Returns: {Boolean}
API
Last updated
Was this helpful?