glyhiconThe glyhicon widget renders a Bootstrap Glyhicon on a button.
{
"form": [
{
"id": "refreshButton",
"type": "button"
}
],
"uiSchema": {
"refreshButton": {
"widget": "glyphicon",
"glyphicon": "refresh"
}
},
"actions": {
"refreshButton": {
"onClick": "refreshAction"
}
}
}