UIButtonGroup
Last updated
Last updated
Name
Type
Default
Description
label
string
Required - The text of the label
enabled
boolean
true
(Deprecated) Use disabled
instead
disabled
boolean
false
To disabled button
icon
string
Font awesome class to use as an inline icon prefixed to the button text
type
string
"primary"
Type of button look. See Available types for variations
size
string
Size of button. Variants: large|small
onClick
function
Callback for when the button is clicked
contextIcon
string
Font Awesome class to use as a context icon
onContextClick
function
Optional callback for when context part is clicked
contextIconEnabled
boolean
true
(Deprecated) Use contextIconDisabled
instead
contextIconDisabled
boolean
false
If context icon is disabled or not
Name
default
primary
draft
alert
pending
warning
done
schedule
brand