glyphicon
A Glyphicon. In Bootstrap.jsp, a space is automatically added before the icon to allow decent padding. No body is allowed.
| Tag Information | |
|---|---|
| Tag Class | org.bootstrapjsp.tags.core.misc.Glyphicon |
| Body Content | empty |
| Dynamic Attributes | true |
| Example | <b:glyphicon type="asterisk"/> |
Attributes
| Name | Description | Flags |
|---|---|---|
| type | The icon type. This is the glyphicon class minus the "glyphicon-" part, i.e. "asterisk" corresponds to "glyphicon-asterisk". |
requiredrtexprvalue
|