Group Buttons
Last updated
Was this helpful?
Last updated
Was this helpful?
(part of package 'Bootstrap Extra Components') Extends designtime/SolutionModel: JSWebComponent Extends runtime: RuntimeWebComponent
A A group of toggle buttons for single or multiple selection.
This is a reference page; many components have detailed usage guides here.
Bound data provider identifier for the button group component. Type:
Flag indicating whether the button group is enabled for user interaction. Type: Default Value: true
The input type for the button group, determining whether the buttons function as checkboxes or radio buttons. Type: String Default Value: "radio"
The position of the button group within its parent container, specified as a point. Type: Point
Determines how the button group is rendered. Possible values include "text", "html", or "trusted_html". Type: String
Flag indicating whether the button group is visible. Type: Boolean Default Value: true
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:
{JSEvent} event The event object associated with the data change
Returns: {Boolean}
CSS style classes applied to the button group container. Type: Default Value: "btn-default"
Tab sequence order for keyboard navigation within the button group. Type:
Tooltip text displayed when hovering over the button group. Type:
Identifier for the value list that provides the available options for the button group. Type:
{} oldValue The previous value from the data provider
{} newValue The new value to be set in the data provider