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

Properties

$max  : int
$min  : int

Methods

__construct()  : mixed
ProgressBar.
bar()  : DivTag
ProgressBar core.

Properties

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
see
https://getbootstrap.com/docs/4.1/components/progress/

bar()

ProgressBar core.

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

        
On this page

Search results