ProgressBar
extends DivTag
in package
Twitter Bootstrap4 Alert.
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- ProgressBar.
- bar() : DivTag
- ProgressBar core.
Properties
$max
public
int
$max
= 100
$min
public
int
$min
= 0
Methods
__construct()
ProgressBar.
public
__construct([int $value = 0 ][, string $label = '' ][, string $tweaks = '' ][, array<string, string> $properties = [] ]) : mixed
Parameters
- $value : int = 0
-
0-100
- $label : string = ''
-
progress bar caption
- $tweaks : string = ''
-
progress-bar-striped progress-bar-animated bg-info
- $properties : array<string, string> = []
-
additional properties
Tags
bar()
ProgressBar core.
public
bar(mixed $value[, string $label = '' ][, string $tweaks = '' ]) : DivTag
Parameters
- $value : mixed
- $label : string = ''
- $tweaks : string = ''