buttongroup

Group a series of buttons together on a single line with the button group.

Example
<b:buttongroup size="sm" vertical="true">... </b:buttongroup>
Output
<div class="btn-group-vertical btn-group-sm">... </div>

Tag Information
Tag Class org.bootstrapjsp.tags.core.button.ButtonGroup
Body Content scriptless
Dynamic Attributes true

Attributes

Name Description Flags
dropup Trigger dropdown menus above elements within the button group.
rtexprvalue
vertical Make a set of buttons appear vertically stacked rather than horizontally.
rtexprvalue