Button Group
This widget is used to group buttons together and define one default button.
<buttonGroup name="aButtonGroup" default="main"> <button name="main" type="object" string="Button 1" icon="star"/> <button name="method_2" type="object" string="Button 2" danger="1" icon="warning"/> <button name="method_3" type="object" string="Button 3" icon="check"/></buttonGroup>
API
Property | Description | Type | Default | Version |
---|---|---|---|---|
name | The name of the button group | string | - | - |
default | The name of the default button | string | - | - |