progress
A <progress> usually contains one or more <progressbar>s, however, it is not normally required to use this tag unless you are using more than one <progressbar>, since a <progressbar> will automatically wrap itself in a <progress> if it is not already.
- Example
- <progress>... </progress>
- Output
- <div class="progress">... </div>
| Tag Information | |
|---|---|
| Tag Class | org.bootstrapjsp.tags.core.progress.Progress |
| Body Content | scriptless |
| Dynamic Attributes | true |
Attributes
| Name | Description | Flags |
|---|---|---|
| striped | Uses a gradient to create a striped effect. Not available in IE8. Note that if you use this component inside a <progress>, you should set "striped" on that component instead. |
rtexprvalue
|