progressbar
Provide up-to-date feedback on the progress of a workflow or action with simple yet flexible progress bars.
This component will be automatically wrapped in a <progress> if it is not already.
- Example
- <b:progressbar>... </b:progressbar>
- Output
- <div class="progress"><div class="progressbar">...</div></div>
Tag Information | |
---|---|
Tag Class | org.bootstrapjsp.tags.core.progress.ProgressBar |
Body Content | scriptless |
Dynamic Attributes | true |
Attributes
Name | Description | Flags |
---|---|---|
max |
requiredrtexprvalue
|
|
min |
requiredrtexprvalue
|
|
value |
requiredrtexprvalue
|
|
label |
rtexprvalue
|
|
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
|