Class insolita\wgadminlte\InfoBox

Inheritanceinsolita\wgadminlte\InfoBox » yii\bootstrap\Widget

InfoBox for AdminLte

See also http://joxi.ru/LmG8bDkSnNEJ2l.

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$boxBg string|null Color style of all widget* insolita\wgadminlte\InfoBox
$icon string Icon class such as "ion ion-bag or fa fa-beer"* insolita\wgadminlte\InfoBox
$iconBg string|null Color style of icon-part widget* insolita\wgadminlte\InfoBox
$number string (Number text) * insolita\wgadminlte\InfoBox
$progress integer|null Percentage of progressbar width or null, if not needed * insolita\wgadminlte\InfoBox
$progressText string Text under progressBar or footer text * insolita\wgadminlte\InfoBox
$text string Text under head * insolita\wgadminlte\InfoBox

Public Methods

Hide inherited methods

MethodDescriptionDefined By
run() insolita\wgadminlte\InfoBox

Constants

Hide inherited constants

ConstantValueDescriptionDefined By
TYPE_AQUA 'aqua' insolita\wgadminlte\InfoBox
TYPE_BLACK 'black' insolita\wgadminlte\InfoBox
TYPE_BLUE 'blue' insolita\wgadminlte\InfoBox
TYPE_FUS 'fuchsia' insolita\wgadminlte\InfoBox
TYPE_GRAY 'gray' insolita\wgadminlte\InfoBox
TYPE_GREEN 'green' insolita\wgadminlte\InfoBox
TYPE_LBLUE 'light-blue' insolita\wgadminlte\InfoBox
TYPE_LIME 'lime' insolita\wgadminlte\InfoBox
TYPE_MAR 'maroon' insolita\wgadminlte\InfoBox
TYPE_NAVY 'navy' insolita\wgadminlte\InfoBox
TYPE_OLIVE 'olive' insolita\wgadminlte\InfoBox
TYPE_ORANGE 'orange' insolita\wgadminlte\InfoBox
TYPE_PURPLE 'purple' insolita\wgadminlte\InfoBox
TYPE_RED 'red' insolita\wgadminlte\InfoBox
TYPE_TEAL 'teal' insolita\wgadminlte\InfoBox
TYPE_YEL 'yellow' insolita\wgadminlte\InfoBox

Property Details

$boxBg public property

Color style of all widget*

public string|null $boxBg null
$icon public property

Icon class such as "ion ion-bag or fa fa-beer"*

public string $icon ''
$iconBg public property

Color style of icon-part widget*

public string|null $iconBg null
$number public property

(Number text) *

public string $number ''
$progress public property

Percentage of progressbar width or null, if not needed *

public integer|null $progress null
$progressText public property

Text under progressBar or footer text *

public string $progressText ''
$text public property

Text under head *

public string $text ''

Method Details

run() public method

public void run ( )