Button
Regular Buttons
{
"actions": [],
"buttonClasses": "btn btn-info",
"styleClasses": "col-md-2",
"text": "Push Me",
"type": "button"
}Open a Modal
{
"actions": [{
"action": "showModal",
"options": {
"body": "This is the modal body, actions are Kewl!",
"icon": "success",
"title": "<br>You triggered a modal!"
}
}],
"buttonClasses": "btn btn-info btn-lg",
"icon": "fa fa-comment",
"styleClasses": "col-md-2",
"text": "Show a Modal",
"type": "button"
}Redirect to a Path
Show Alert
JavaScript Function
runUtilityHook
Dropdown Buttons
Button Groups
Dynamic Styling
Button Triggering a namedActionn
Last updated
Was this helpful?