Widget glyhicon

Widget glyhicon

The glyhicon widget renders a Bootstrap Glyhicon on a button.

Example

{
    "form": [
        {
            "id": "refreshButton",
            "type": "button"
        }
    ],
    "uiSchema": {
        "refreshButton": {
            "widget": "glyphicon",
            "glyphicon": "refresh"
        }
    },
    "actions": {
        "refreshButton": {
            "onClick": "refreshAction"
        }
    }
}