Vitex Software's Ease Twitter Bootstrap4

ProgressBar extends DivTag
in package

Twitter Bootstrap4 Alert.

Tags
author

Vitex vitex@hippy.cz

copyright

2024 Vitex@hippy.cz (G)

Table of Contents

$max  : int
$min  : int
__construct()  : mixed
ProgressBar.
bar()  : DivTag
ProgressBar core.

Properties

Methods

__construct()

ProgressBar.

public __construct(int $value[, string $label = '' ][, string $tweaks = '' ][, array<string, string> $properties = [] ]) : mixed
Parameters
$value : int

0-100

$label : string = ''

progress bar caption

$tweaks : string = ''

progress-bar-striped progress-bar-animated bg-info

$properties : array<string, string> = []

additional properties

Tags
see
https://getbootstrap.com/docs/4.1/components/progress/
Return values
mixed

bar()

ProgressBar core.

public bar(mixed $value[, string $label = '' ][, string $tweaks = '' ]) : DivTag
Parameters
$value : mixed
$label : string = ''
$tweaks : string = ''
Return values
DivTag

Search results