pageheader
A simple shell for an <heading> to appropriately space out and segment sections of content on a page. It can utilize the <heading>'s default small element, as well as most other components (with additional styles).
The <heading> element is automatically added, and the body of the <pageheader> will appear in the body of the <heading>. Just set the level attribute to indicate the level of the <heading>.
- Example
- <b:pageheader level="3" label="..."/>
- Output
- <div class="page-header"><h3>...</h3></div>
Tag Information | |
---|---|
Tag Class | org.bootstrapjsp.tags.core.misc.PageHeader |
Body Content | scriptless |
Dynamic Attributes | true |
Attributes
Name | Description | Flags |
---|---|---|
level | Sets the heading level (i.e. 1 = <h1>, 2 = <h2>, etc). |
rtexprvalue
|