Group Buttons

(part of package 'Bootstrap Extra Components') Extends designtime/SolutionModel: JSWebComponent Extends runtime: RuntimeWebComponent

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: tagstring


valuelistID

Type: valuelist


visible

Type: boolean Default Value: true


Events

onDataChangeMethodID

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:

oldValue ${dataproviderType} newValue ${dataproviderType} event JSEvent

Returns: boolean


API

Last updated