Group Buttons
Last updated
Was this helpful?
Last updated
Was this helpful?
(part of package '') Extends designtime/SolutionModel: Extends runtime:
A A group of toggle buttons for single or multiple selection.
This is a reference page; many components have detailed usage guides .
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: Default Value: "radio"
The position of the button group within its parent container, specified as a point. Type:
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:
Determines how the button group is rendered. Possible values include "text", "html", or "trusted_html". Type:
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:
Flag indicating whether the button group is visible. Type: Default Value: true
{} oldValue The previous value from the data provider
{} newValue The new value to be set in the data provider
{} event The event object associated with the data change
Returns: {}