panelheading
Easily add a heading container to your panel with <panelheading>. You may also include a <paneltitle> to add a pre-styled heading.
If you set a label attribute then a <paneltitle> will automatically be added for you. Use the level attribute to control the level of the <paneltitle>.
- Example
- <b:panelheading label="..."/>
- Output
- <div class="panel-heading"><h3 class="panel-title">...</h3></div>
Tag Information | |
---|---|
Tag Class | org.bootstrapjsp.tags.core.panel.PanelHeading |
Body Content | scriptless |
Dynamic Attributes | true |