Skip to content

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

PropertyDescriptionTypeDefaultVersion
nameThe name of the button groupstring--
defaultThe name of the default buttonstring--